MCP Directory

abrinsmead/mindpilot-mcp

GitHub
Developer Tools

Visualizes code, architecture and other concepts as mermaid diagrams in a locally hosted web app. Just ask your agent to "show me this in a diagram".

Direct install

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

npx -y mindpilot-mcp

Use with Agent-CoreX

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

agent-corex.json

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

Route abrinsmead/mindpilot-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 mindpilot-mcp

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

Direct Install

Use abrinsmead/mindpilot-mcp directly without routing

npx -y mindpilot-mcp

New to Agent-CoreX? View setup guide →

abrinsmead/mindpilot-mcp MCP Server — Agent-CoreX