abrinsmead/mindpilot-mcp
See through your agent's eyes. Visualize legacy code, architect new systems, understand everything.
Platform-specific configuration:
{
"mcpServers": {
"mindpilot-mcp": {
"command": "npx",
"args": [
"-y",
"mindpilot-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/abrinsmead/mindpilot-mcp) [](https://www.npmjs.com/package/@mindpilot/mcp) [](https://github.com/abrinsmead/mindpilot-mcp/blob/main/LICENSE)
See through your agent's eyes. Visualize legacy code, inspect complex flows, understand everything.
Node.js v20.0.0 or higher.
claude mcp add mindpilot -- npx @mindpilot/mcp@latest
Under Settings > Cursor Settings > MCP > Click Add new global MCP server and configure mindpilot in the mcpServers object.
{
"mcpServers": {
"mindpilot": {
"command": "npx",
"args": ["@mindpilot/mcp@latest"]
}
}
}Follow the instructions here for enabling MCPs in VS Code: https://code.visualstudio.com/docs/copilot/chat/mcp-servers
Go to Settings > Features > MCP, then click Edit in settings json
Then add mindpilot to your MCP configuration:
{
"mcp": {
"servers": {
"mindpilot": {
"type": "stdio",
"command": "npx",
"args": ["@mindpilot/mcp@latest"]
}
}
}
}Under Settings > `Windsurf Setti
Loading reviews...