Back to MCP Servers
🔌

abrinsmead/mindpilot-mcp

MIT

📇 🏠 - 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".

TypeScriptAI & LLMs

Install

npx -y @mindpilot/mcp@latest

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "abrinsmead-mindpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mindpilot/mcp@latest"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.