MCP Directory

OctoMind-dev/octomind-mcp

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y octomind-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from OctoMind-dev/octomind-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route OctoMind-dev/octomind-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add octomind-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use OctoMind-dev/octomind-mcp directly without routing

npx -y octomind-mcp

New to Agent-CoreX? View setup guide →

OctoMind-dev/octomind-mcp MCP Server — Agent-CoreX