keepsake for Cursor
io.github.nicolascroce/keepsake
MCP server for Keepsake — the personal CRM for nurturing your relationships
client:Cursor
transport:stdio
runtime:npm
Install keepsake in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"keepsake": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<KEEPSAKE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs