Skip to main content
Developer ToolsTypeScript

OctoMind-dev/octomind-mcp

lets your preferred AI agent create & run fully managed [Octomind](https://www.octomind.dev/) end-to-end tests from your codebase or other data sources like Jira, Slack or TestRail.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/OctoMind-dev/octomind-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "octomind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "OctoMind-dev/octomind-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
OctoMind-dev