Skip to content

NeuroDock Cognitive Graph for VS Code

io.github.tlennon-ie/neurodock-mcp-cognitive-graph

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

client:VS Code transport:stdio runtime:pypi

Install NeuroDock Cognitive Graph in VS Code

.vscode/mcp.json

{
  "servers": {
    "neurodock-mcp-cognitive-graph": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neurodock-mcp-cognitive-graph"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NeuroDock Cognitive Graph in other clients