octomind mcp server
by OctoMind-dev
The Octomind MCP server allows you to use Octomind tools and resources in your local development environment. It enables the creation and execution of new e2e tests.
Last updated: N/A
What is octomind mcp server?
The Octomind MCP server is a tool that allows developers to integrate Octomind's e2e testing platform into their local development environments. It provides access to Octomind's test creation, execution, and management features.
How to use octomind mcp server?
The server requires an API key and the Octomind API URL to be configured via environment variables. It can be installed and configured for various clients like Claude Desktop, Cursor, and Windsurf using the provided configuration snippets and the npx @octomind/octomind-mcp --clients
command. You can also use Smithery to install it.
Key features of octomind mcp server
Search Octomind documentation
Retrieve test cases
Trigger test execution
Manage test environments
Retrieve test reports
Create test cases with descriptions
List private locations
Get server version
Use cases of octomind mcp server
Creating new e2e tests in a local development environment
Executing e2e tests locally before deploying to CI/CD pipelines
Managing test environments for different development stages
Integrating Octomind's testing platform with various IDEs and tools
FAQ from octomind mcp server
How do I get an API key?
How do I get an API key?
You can create an API key by following the instructions at https://octomind.dev/docs/get-started/execution-without-ci#create-an-api-key
What environment variables are required?
What environment variables are required?
The server requires the APIKEY
and OCTOMIND_API_URL
environment variables. LOG_FILENAME
and LOG_LEVEL
are optional.
What clients are supported?
What clients are supported?
The server provides configuration snippets for Claude Desktop, Cursor, and Windsurf.
How do I update the server?
How do I update the server?
Since it's run via npx
, it will always use the latest version unless you specify a version number.
Where can I find more documentation?
Where can I find more documentation?
See https://octomind.dev/ and https://octomind.dev/docs/mcp/install-octomind-mcp for more details.