Mindpilot MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | The port on which the server will run | 4000 |
| data-path | No | The path where diagrams are saved | ~/.mindpilot/data/ |
| disable-analytics | No | Disable anonymous usage tracking |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| render_mermaidA | Render a Mermaid diagram to SVG format. CRITICAL RULES: 1) Node IDs must be alphanumeric without spaces (use A1, nodeA, start_node). 2) For node labels with special characters, wrap in quotes: A["Label with spaces"] or A["Process (step 1)"]. 3) For quotes in labels use ", for < use <, for > use >. 4) For square brackets in labels use A["Array[0]"]. 5) Always close all brackets and quotes. 6) Use consistent arrow styles (either --> or ->). Example: graph TD\n A["Complex Label"] --> B{Decision?}\n B -->|Yes| C["Result "OK""]\n\nIMPORTANT: If the diagram fails validation, the error message will explain what needs to be fixed. Please read the error carefully and retry with a corrected diagram. |
| open_uiC | Open the web-based user interface |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: 'open_ui' launches a web interface, while 'render_mermaid' processes diagram code into SVG format. There is no overlap in functionality, making tool selection unambiguous.
Both tools follow a consistent verb_noun naming pattern ('open_ui' and 'render_mermaid'), using lowercase with underscores. The verbs 'open' and 'render' clearly describe their actions, maintaining a predictable convention throughout.
With only two tools, the server feels under-scoped for a 'Mindpilot' domain, which suggests broader cognitive or planning capabilities. This minimal set may limit agent workflows, as it lacks tools for core operations like creating, editing, or managing content beyond diagram rendering.
The tool surface is severely incomplete for a 'Mindpilot' server, which implies mind-mapping or planning functionality. It only offers UI access and diagram rendering, missing essential CRUD operations for mind maps, such as creating, updating, or retrieving content, leaving significant gaps for agent tasks.