PluginBench
MCP Server

MindMap MCP Server

com.keenethics-labs/mindmap

What is the MindMap MCP server?

Turn outlines and hierarchical notes into interactive mind maps through a hosted remote MCP server.

How to install MindMap

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mindmap": {
      "url": "https://mindmap-mcp-directory.keenethics-labs.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mindmap": {
      "serverUrl": "https://mindmap-mcp-directory.keenethics-labs.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mindmap": {
      "type": "http",
      "url": "https://mindmap-mcp-directory.keenethics-labs.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mindmap": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mindmap-mcp-directory.keenethics-labs.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mindmap https://mindmap-mcp-directory.keenethics-labs.com/mcp

Related MCP servers

Hosted MCP app for guided anxiety, depression, and well-being self-checks.

View repository →