rolodex
Syncs contacts with Google Contacts via the Google People API, enabling two-way synchronization of name, email, and phone while keeping local-only fields like verdict and next step.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rolodexwho have I not followed up with recently?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rolodex
Your relationship rolodex, as an MCP tool. Own your contacts (local SQLite), sync them with your Google Contacts, and give your AI agents a rolodex they can read, search, and keep warm. Configure it once per install; add it as a tool and it's yours — no bespoke integration each time.
Built to be a Pantheon plugin / MCP tool in the same spirit as the rest of the suite (gigradar, allergy-locator): a generic core you configure, not a script you edit.
Why this exists
A static contacts file is a goldfish — nothing maintains it. This makes the rolodex a tool your agents operate: they log who you met, set the verdict + next step, search it, and surface who's gone cold — so nobody good slips. And because it syncs to Google Contacts on your credentials, it's also how an agent reaches your Gmail contacts without anyone else holding your token.
Related MCP server: server-memory
The shape
You own the data — SQLite (FTS5 full-text search), path outside the repo (
ROLODEX_DB). Export any time; no lock-in.Google People API sync — two-way with your Google Contacts (verdict/angle/next-step stay local; name/email/phone sync). Runs on your OAuth, sourced from env/local token (gitignored).
MCP tools —
rolodex_upsert,rolodex_search,rolodex_followups,rolodex_log_interaction,rolodex_sync_google. Add the server to any agent host and it just works.Config per-install — nothing about any one user lives in the core; your DB path + Google creds are your layer.
Relationship model (partner/network focused)
Each contact carries: org, role, how you met them, what they do, the partnership angle, a verdict (strong / watch / referral-only / pass), and the ONE next step. Interactions are logged so rolodex_followups can surface anyone with a next step who's gone quiet.
Install (add it as a tool)
// in your MCP host config (Claude Desktop, Pantheon, etc.)
{ "mcpServers": { "rolodex": { "command": "npx", "args": ["-y", "rolodex-mcp"] } } }Set ROLODEX_DB and your Google OAuth (see docs/ARCHITECTURE.md → Google sync setup).
Status
v0.1.0 — scaffold. Types, the SQLite/FTS store contract, the Google People sync adapter, and the MCP tool surface are defined and wired; the method bodies are the build-out (marked not implemented). See docs/ARCHITECTURE.md.
License
MIT © 2026 Mathew Dostal
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA local-first MCP memory server providing persistent, searchable memory for AI agents, powered by SQLite.11Apache 2.0
- AlicenseAqualityBmaintenanceA local-first MCP server for durable agent memory using SQLite and FTS5, enabling knowledge graph storage, search, and recall for AI agents.201MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that integrates Google Contacts with Claude, enabling contact management directly from your AI assistant.124MIT
- Alicense-qualityBmaintenanceA CardDAV MCP server that exposes contacts and address books as tools for AI assistants.251MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mdostal/rolodex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server