octomind-mcp
16
The Octomind MCP Server is designed to facilitate the creation, management, and execution of end-to-end tests. It integrates with the Octomind platform to provide tools and resources that enhance testing capabilities in local development environments.
What is the default session storage method?
The default session storage method is in-memory storage.
How can I enable Redis storage for sessions?
You can enable Redis storage by setting the REDIS_URL
environment variable.
What command line option is used to set the server port?
Use the -p
or --port
option to set the server port.
How do I install Octomind MCP for Claude Desktop?
You can install it using Smithery with the command: npx -y @smithery/cli install @OctoMind-dev/octomind-mcp --client claude
.
Where can I find the API key for Octomind?
You can find the API key by visiting https://octomind.dev/docs/get-started/execution-without-ci#create-an-api-key.