Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Octomind MCP server enables agents to create, execute, and manage end-to-end tests by integrating with Octomind's testing platform.
Add this to your MCP client configuration:
{
"mcpServers": {
"octomind-dev-octomind-mcp": {
"command": "npx",
"args": [
"-y",
"@octomind/octomind-mcp@latest"
],
"env": {
"APIKEY": "<Your Octomind API key>"
}
}
}
}{
"id": "octomind-dev-octomind-mcp",
"name": "Octomind",
"description": "Octomind MCP server enables agents to create, execute, and manage end-to-end tests by integrating with Octomind's testing platform.",
"source_url": "https://github.com/octomind-dev/octomind-mcp",
"publisher_name": "octomind-dev",
"publisher_url": "https://github.com/octomind-dev",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 24726,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@octomind/octomind-mcp"
},
"tools_count": 18
}