developer tools

Mindpilot Mcp

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

typescript
local
developer tools
0
View on GitHub

Installation

npx -y abrinsmead/mindpilot-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mindpilot-mcp",
  "command": "npx",
  "args": [
    "-y",
    "abrinsmead/mindpilot-mcp"
  ]
}

About This MCP Server

abrinsmead/mindpilot-mcp

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

GitHub: https://github.com/abrinsmead/mindpilot-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub