Local Terminal CRM with Built-in MCP Server for Claude Integration

A developer has created a personal CRM tool that runs entirely in the terminal and stores data locally in SQLite. The key feature is its built-in MCP (Model Context Protocol) server, which allows Claude to directly interact with the CRM data.
Setup and Integration
The setup process is simple: claude mcp add crm -- crm mcp serve. Once configured, Claude gains access to 18 different tools for managing CRM data.
Key Features
- Local storage only - SQLite database at
~/.crm/crm.db - Single binary with no cloud dependencies or accounts required
- Contact summaries that Claude maintains as "living dossiers"
- Claude reads contact summaries before meetings and updates them after
Workflow Example
After a meeting, you can tell Claude: "Had a great call with Jane, she wants to move forward, send proposal by Friday." Claude then:
- Logs the interaction
- Updates the deal stage
- Creates a follow-up task
- Updates Jane's summary with the new context
Available Tools
Claude can use the CRM to:
- Search contacts
- Log interactions
- Create deals
- Set follow-ups
- Maintain contact summaries
The tool is designed for developers who need a lightweight, privacy-focused CRM that integrates directly with their AI coding workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Semble: A Local MCP Server for Claude Code with 98% Token Reduction
Semble is an open-source MCP server for Claude Code that replaces grep+read workflows, using embeddings, BM25, and reranking to reduce token usage by ~98% while indexing repos in ~250ms.

Monarch v3: NES-Inspired KV Paging for 78% Faster LLM Inference
Monarch v3 implements NES-inspired memory paging for transformers, achieving 78% faster inference (17.01 to 30.42 tok/sec) on a 1.1B parameter model with nearly zero VRAM overhead. The open-source algorithm splits KV cache into hot and cold regions with compression and promotion mechanisms.

KubeShark: A Kubernetes Skill for Claude Code and Codex to Catch Hallucinated YAML
KubeShark is a failure-mode-first Kubernetes skill for Claude Code and Codex that catches deprecated APIs, misconfigured probes, broken selectors, and other common AI-generated mistakes before they hit production.

AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code
A developer has created AbsolutelySkilled, a registry of 156 structured skill modules for Claude Code that persist across sessions. Each skill includes trigger conditions, reference files, test cases, and anti-patterns in SKILL.md files.