Back to MCP Servers

Mindpilot

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

developer-toolsaiagent

Installation

npx -y mindpilot-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub