Odel
thebrain mcp

thebrain mcp

Local
@ybookoff5TypeScriptMITUpdated 3w ago

MCP server for TheBrain 15: search by meaning, graph traversal and batch writes over the local API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmthebrain-mcp-serverv0.1.2

Run

npx -y thebrain-mcp-server

MCP client config

{
  "mcpServers": {
    "thebrain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thebrain-mcp-server"
      ]
    }
  }
}