★ 20 stars
Go
💬 Communication
Updated 8d ago
Personal CRM with MCP server, TUI, web UI, and Google sync for contacts/calendar/email
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crm": {
"command": "go",
"args": [
"run",
"github.com/harperreed/crm@latest"
]
}
}
}
Run in terminal:
claude mcp add crm go run github.com/harperreed/crm@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"crm": {
"command": "go",
"args": [
"run",
"github.com/harperreed/crm@latest"
]
}
}
}