korg recall mcp for Cursor
io.github.new1direction/korg-recall-mcp
Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.
client:Cursor
transport:stdio
runtime:npm
Install korg recall mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"korg-recall-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@korgg/recall-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs