Back to Apps

Octomind
by OctoMind-dev
Automate E2E test creation, execution, and management with AI-driven auto-fix capabilities.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResources
What it does
Octomind connects your AI agent to a comprehensive end-to-end (E2E) testing platform. It allows agents to not only execute existing tests but actively create new test cases from descriptions and manage the entire test lifecycle, including automatic fixing of broken tests.
Tools
search: Search Octomind documentation for help.getTestCase: Retrieve specific test case details.executeTests: Trigger E2E test execution on a target URL.discovery: Create new test cases from a prompt or description.getTestReports: Fetch execution results and reports.createEnvironment: Setup new testing environments.updateEnvironment/deleteEnvironment: Manage existing environment configurations.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"octomind-mcp": {
"command": "npx",
"args": ["-y", "@octomind/octomind-mcp@latest"],
"env": {
"APIKEY": "your-api-key-here"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, and Windsurf.
Quick install
npx -y @octomind/octomind-mcp@latestInformation
- Pricing
- freemium
- Published
- 6/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"octomind-mcp": {
"command": "npx",
"args": ["-y", "@octomind/octomind-mcp@latest"],
"env": {
"APIKEY": "your-api-key-here"
}
}
}
}Windsurf
{
"mcpServers": {
"octomind-mcp": {
"command": "npx",
"args": ["-y", "@octomind/octomind-mcp@latest"],
"environment": {
"APIKEY": "your-api-key-here"
}
}
}
}Claude Desktop
{
"mcpServers": {
"octomind-mcp": {
"command": "npx",
"args": ["-y", "@octomind/octomind-mcp@latest"],
"env": {
"APIKEY": "your-api-key-here"
}
}
}
}





