Mindpilot MCP Server

See through your agent's eyes. Visualize legacy code, architect new systems, understand everything.

Local serverstdioGo

What is the Mindpilot MCP MCP server?

Most developer tooling work still happens through a UI a human drives. Mindpilot MCP MCP server moves it into the conversation instead. See through your agent's eyes. Visualize legacy code, architect new systems, understand everything.

The short version

  • Visualize Anything — Use your coding agent to generate on-demand architecture, code, and process diagrams to view your code from different perspectives
  • Vibe Checks — AI-generated code can accumulate unused and redundant constructs. Use visualizations to spot areas that need cleanup
  • Local Processing — Diagrams are never sent to the cloud. Everything stays between you, your agent, and your agent's LLM provider(s)
  • Export & Share — Export any diagram as a vector image

Getting it running

Installation goes through your MCP client rather than a global install: point it at skills on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

The tools it exposes

The server publishes 2 tools. What each one is for:

  • Cursor — Under Settings > Cursor Settings > MCP > Click Add new global MCP server and configure mindpilot in the mcpServers object
  • Windsurf — Under Settings > Windsurf Settings > Manage Plugins, click view raw config and configure mindpilot in the mcpServers object:

What it needs from you

Node.js v20.0.0 or higher.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Mindpilot MCP's toolset — Cursor, Windsurf — is a fair guide to whether it matches your workflow. It is maintained by abrinsmead; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Mindpilot MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
CursorUnder Settings > Cursor Settings > MCP > Click Add new global MCP server and configure mindpilot in the mcpServers object.
WindsurfUnder Settings > Windsurf Settings > Manage Plugins, click view raw config and configure mindpilot in the mcpServers object:

How to install the Mindpilot MCP MCP server

{
  "mcpServers": {
    "mindpilot": {
      "command": "npx",
      "args": ["@mindpilot/mcp@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

Node.js v20.0.0 or higher.

Example prompts to try

  • Use Mindpilot MCP to Cursor.
  • Use Mindpilot MCP to Windsurf.

Frequently asked questions

It connects Mindpilot MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Cursor, Windsurf) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mindpilot MCP directly.