Skip to content
VS Code

cognitive substrate for VS Code

io.github.jaysonaionline/cognitive-substrate

28-layer cognitive substrate with cross-session ToT evolutionary memory and self-telemetry tools

client:VS Code transport:stdio runtime:pypi

Install cognitive substrate in VS Code

.vscode/mcp.json

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

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

cognitive substrate in other clients