NeuroDock Cognitive Graph

NeuroDock Cognitive Graph

Local
@tlennon-ie14TypeScriptAGPL-3.0Updated 5 days ago

A local typed-edge graph of people, projects, and decisions that externalises memory.

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).

PyPIneurodock-mcp-cognitive-graphv0.0.6

Run

uvx neurodock-mcp-cognitive-graph

MCP client config

{
  "mcpServers": {
    "neurodock-cognitive-graph": {
      "command": "uvx",
      "args": [
        "neurodock-mcp-cognitive-graph"
      ]
    }
  }
}