mindmapio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINDMAP_API_TOKEN | Yes | Your personal access token from mindmap.io settings. | |
| MINDMAP_API_BASE_URL | No | API base URL. | https://mindmap.io |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_mapsA | List the authenticated user's maps (metadata only, newest first). |
| get_mapA | Read one full map including its complete node tree. |
| get_nodeA | Read a single node without its descendants. Its children field still lists child ids for navigation. |
| get_subtreeA | Read a node and its descendants as a nested tree. Omit depth for the full subtree; 0 returns just the node. |
| create_mapB | Create a map owned by the token's user. Pass an initial node tree in data so node primitives have a parent. |
| delete_mapB | Delete a map and all of its nodes. |
| create_nodeA | Create a structural node under a parent. nodeId is optional; a uuid is minted when omitted so you can reference ids you choose. |
| update_nodeA | Apply a structural update to a node (content, note, type, collapsed flag, model). No LLM call, no metering. |
| delete_nodeA | Delete a node and all of its descendants (cascade). The root node cannot be deleted. |
| submit_nodeA | Run the LLM on a node and return the completed node. Blocks until ancestors finish; metered. |
| auto_expandA | Generate follow-up prompts as queued child nodes and return their ids. One level only; submit each child yourself. |
| retry_nodeB | Clear a node's error state and re-run its generation. Retrying an expand node with children needs force=true. |
| interrupt_nodeA | Stop an in-flight generation; a generating or queued node flips to interrupted with partial output preserved. Idempotent. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MohGanji/mindmapio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server