thread-keeper for Cursor
io.github.po4erk91/thread-keeper
Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code.
client:Cursor
transport:stdio
runtime:pypi
Install thread-keeper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thread-keeper": {
"type": "stdio",
"command": "uvx",
"args": [
"threadkeeper"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs