MCP server for Keepsake — the personal CRM for nurturing your relationships
{
"mcpServers": {
"io-github-nicolascroce-keepsake": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Keepsake — the personal CRM for nurturing your relationships
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 31 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.nicolascroce/keepsake and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Keepsake — the personal CRM that helps you nurture your relationships.
Connect your AI assistant (Claude, Cursor, or any MCP-compatible client) to your Keepsake data: contacts, interactions, tasks, notes, daily journal, companies, and tags.
Your AI assistant becomes a personal relationship manager. Ask it to:
Sign up at keepsake.place, then go to Account > API Keys to generate one.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": ["-y", "keepsake-mcp"],
"env": {
"KEEPSAKE_API_KEY": "ksk_YOUR_API_KEY"
}
}
}
}
claude mcp add keepsake -- npx -y keepsake-mcp
Then set KEEPSAKE_API_KEY in your environment.
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": ["-y", "keepsake-mcp"],
"env": {
"KEEPSAKE_API_KEY": "ksk_YOUR_API_KEY"
}
}
}
}
| Tool | Description |
|------|-------------|
| list_contacts | List all contacts with pagination and sorting |
| get_contact | Get a contact with recent interactions, tags, and stats |
| create_contact | Create a new contact |
| update_contact | Update contact fields |
| delete_contact | Permanently delete a contact |
| search_contacts | Accent-insensitive search by name, email, company |
| get_contact_timeline | Unified chronological feed of all items for a contact |
| Tool | Description |
|------|-------------|
| list_companies | List all companies |
| get_company | Get company with linked contacts and tags |
| create_company | Create a new company |
| update_company | Update company fields |
| delete_company | Soft-delete (or permanent delete) a company |
| search_companies | Accent-insensitive company search |
| Tool | Description |
|------|-------------|
| list_entries | List interactions (calls, emails, meetings, etc.) |
| create_entry | Log a new interaction — supports #tag# and [[tag]] syntax |
| update_entry | Update an interaction |
| delete_entry | Delete an interaction |
| Tool | Description |
|------|-------------|
| list_tasks | List tasks with status/date filters |
| create_task | Create a task — supports #tag# and [[tag]] syntax |
| update_task | Update task fields |
| delete_task | Delete a task |
| complete_task | Mark as completed (auto-creates next occurrence for recurring tasks) |
| uncomplete_task | Mark as pending again |
| snooze_task | Reschedule to a new date |
| get_tasks_today | Today's tasks: overdue + due today + ASAP |
| get_tasks_overdue | Only overdue tasks |
| Tool | Description |
|------|-------------|
| list_notes | List notes (filter by pinned/archived) |
| create_note | Create a note — supports #tag# and [[tag]] syntax |
| update_note | Update note content |
| delete_note | Soft-delete (or permanent) |
| pin_note | Pin to top |
| archive_note | Archive a note |
| restore_note | Restore a deleted/archived note |
| Tool | Description |
|------|-------------|
| list_days | List journal entries by date range |
| get_day | Get a specific day's journal |
| update_day | Create or update a day's journal (upsert) |
| Tool | Description | |------|-------------| | `list