streamable-httpupdated 1mo ago
Mob is an AI-first personal CRM for caring for the people in your life. Tell your AI assistant what happened, who matters, and what you want to remember; Mob turns natural language into structured relationship memory through MCP.
What can you do with Mob (Demo)?
Mob is an AI-first personal CRM for caring for the people in your life. Tell your AI assistant what happened, who matters, and what you want to remember; Mob turns natural language into structured relationship memory through MCP.
Why Mob
Relationships are full of details: birthdays, family ties, dietary needs, last conversations, gift ideas, follow-ups, and the context that helps you show up well. Mob keeps those details organized without making you maintain another spreadsheet or click through a dashboard.
What Mob helps with
- Build rich contact profiles from everyday conversation.
- Remember relationships, notes, preferences, birthdays, reminders, gifts, debts, tasks, and shared history.
- See timelines and search across everything you know about your contacts.
- Connect AI assistants over MCP, use the web app when you want to browse, and automate through the public API.
Get started
Hosted Mob is free during beta with all core features enabled.
- Live demo: https://demo.mobcrm.au/app/
- Sign up: https://mobcrm.au/auth/register?from=web
- Documentation: https://mobcrm.au/docs/
Self-hosting
Mob is open source and can be self-hosted with Node.js and SQLite. See the self-hosting guide for installation, environment variables, persistent storage, email, and deployment notes.
Open source, license, and support
Mob is available under the Functional Source License 1.1 (MIT Future License) - free to use, modify, and self-host for any non-competing purpose, and it converts to the MIT License two years after each release. For hosted beta support, account help, or feedback, email mobsupport@benkaiser.dev.
Install
Add Mob (Demo) to your client. Pick the one you use.
claude mcp add --transport http mob-demo https://demo.mobcrm.au/mcpcodex mcp add mob-demo --url https://demo.mobcrm.au/mcp{
"mcpServers": {
"mob-demo": {
"url": "https://demo.mobcrm.au/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mob-demo": {
"type": "http",
"url": "https://demo.mobcrm.au/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mob-demo": {
"url": "https://demo.mobcrm.au/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mob-demo": {
"serverUrl": "https://demo.mobcrm.au/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 3, 2026 |