Distill
Uses local Ollama models to distill raw input into anonymous, factual knowledge before any data leaves the device.
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., "@DistillSave: the team uses gRPC not REST"
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.
๐งช Distill
An MCP server that gives Claude Code a shared team knowledge base โ a local LLM transforms your raw input into anonymous, factual knowledge before anything leaves your device.
No author. No frustration. No names. Just a clean, reusable fact.

Quick Start
pip install distill-mcp
ollama pull gemma3:4b && ollama pull nomic-embed-text
claude mcp add distill -- python -m distill_mcpThen in Claude Code:
You: "No, we don't use REST here. We switched to gRPC last month."
Claude: [saves to distill]
Got it. I've noted that the team uses gRPC, not REST.
... next session, different repo ...
You: "Set up the API for this new service."
Claude: [searches distill โ finds gRPC decision]
Based on your team's knowledge, I'll set up a gRPC
service since the team switched from REST last month.Distill saves when you correct a mistake or make a decision, and searches before proposing architecture โ no prompting needed.
Related MCP server: myBrAIn
What makes this different
Every "memory MCP" stores your raw text in a database. Distill doesn't. The local LLM is a mandatory privacy gateway that transforms personal thoughts into impersonal team knowledge.
Raw stays local | LLM distills | Team sync | Platform agnostic | |
Claude-Mem | Partial ( | Cloud API compresses | Single-user | Claude Code only |
Cipher | No | No | Yes | No |
Supermemory | No | No | Yes | No |
Mem0 | Yes | No | No | Yes |
Memctl | Yes | No | Yes | Yes |
Distill | Yes | Yes | Yes | Yes |
Based on public documentation as of March 2026.
Documentation
Getting Started โ full tutorial
Installation โ all setup options
GCP Backend โ team-shared database
MCP Tools โ all 8 tools
Configuration โ environment variables
Architecture โ Clean Architecture design
Privacy Model โ how your data stays private
Development
git clone https://github.com/5queezer/distill.git
cd distill
uv sync
uv run pytest tests/ -x -vLicense
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 self-hosted MCP server that provides AI assistants with a shared, persistent SQLite-backed memory for storing and retrieving project context, decisions, and discoveries. It enables cross-session continuity and team-wide knowledge sharing to keep AI coding tools aligned and informed.Last updated3MIT
- Alicense-qualityCmaintenanceMCP server that provides persistent memory and contextual awareness to language models, enabling project onboarding, recall of architectural rules, and code consistency across sessions.Last updated32MIT
- Alicense-qualityDmaintenanceMCP server that captures and recalls coding session memory (failures, decisions, diffs) for AI agents, enabling cross-agent continuity and preventing repeated mistakes.Last updated108MIT
- Alicense-qualityAmaintenancePersistent memory MCP server that remembers decisions and context across coding sessions, automatically logging and surfacing relevant knowledge as you work.Last updated641MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Cloud-hosted MCP server for durable AI memory
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/5queezer/distill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server