Knos for Cursor
io.github.drexthealpha/knos
One local memory every coding agent on this machine shares, with claims so they don't collide.
client:Cursor
transport:stdio
runtime:pypi
Install Knos in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"knos": {
"type": "stdio",
"command": "uvx",
"args": [
"knos"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs