Keepsake
Rank #17,690io.github.nicolascroce/keepsake
MCP server for Keepsake — the personal CRM for nurturing your relationships
Keepsake is a Model Context Protocol (MCP) server published by nicolascroce. It ranks #17,690 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Keepsake is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 114,356 of 132,046 servers on MCP Toplist.
Use Keepsake
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add keepsake -e "KEEPSAKE_API_KEY=<your KEEPSAKE_API_KEY>" -- npx -y keepsake-mcpReplace each placeholder with your own value before saving.
[mcp_servers.keepsake]
command = "npx"
args = ["-y", "keepsake-mcp"]
[mcp_servers.keepsake.env]
KEEPSAKE_API_KEY = "<your KEEPSAKE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<your KEEPSAKE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<your KEEPSAKE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"keepsake": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<your KEEPSAKE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<your KEEPSAKE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<your KEEPSAKE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nicolascroce%2Fkeepsake)<a href="https://mcptoplist.com/server/io.github.nicolascroce%2Fkeepsake"><img src="https://mcptoplist.com/badge/io.github.nicolascroce%2Fkeepsake.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nicolascroce
Available versions (10)
| Version | Published |
|---|---|
| 1.10.0 | Sep 6, 2026 |
| 1.9.1 | Sep 3, 2026 |
| 1.9.0 | Aug 22, 2026 |
| 1.8.0 | Aug 12, 2026 |
| 1.7.0 | Aug 11, 2026 |
| 1.4.0 | Jul 22, 2026 |
| 1.3.0 | Apr 16, 2026 |
| 1.2.0 | Mar 8, 2026 |
| 1.0.0 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Keepsake?
- Keepsake is maintained by nicolascroce, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Keepsake listed on the Official MCP Registry?
- Yes — Keepsake is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Keepsake have?
- MCP Toplist tracks 10 versions of Keepsake, most recently published on Sep 6, 2026.
- Where can I find the source code for Keepsake?
- The source code for Keepsake is hosted at github.com/nicolascroce/keepsake-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.