kireo for Cursor
io.github.wang1051992187/kireo
Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.
client:Cursor
transport:stdio
runtime:npm
Install kireo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kireo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kireo/mcp-server"
],
"env": {
"KIREO_API_KEY": "<KIREO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs