claude find for Cursor
io.github.cavinooo/claude-find
Pull Deep Memory from across your Claude Code Sessions — when you need it.
client:Cursor
transport:stdio
runtime:npm
Install claude find in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-find": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-find"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs