Subconscious for Cursor
io.github.vishaltorc/subconscious-mcp
Local-first semantic memory for MCP agents. Recall, remember, forget, echo, drift, stats over stdio.
client:Cursor
transport:stdio
runtime:pypi
Install Subconscious in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"subconscious-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"subconscious-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs