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
By abrinsmead
Installation
npx -y mindpilot-mcpConfiguration
{
"mcpServers": {
"mindpilot-mcp": {
"command": "npx",
"args": ["-y", "mindpilot-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes