cognitive substrate for Cursor
io.github.jaysonaionline/cognitive-substrate
28-layer cognitive substrate with cross-session ToT evolutionary memory and self-telemetry tools
client:Cursor
transport:stdio
runtime:pypi
Install cognitive substrate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cognitive-substrate": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-cognitive-substrate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs