Team knowledge evaporates daily — pairing sessions, debugging context, architectural rationale lost to Slack. Distillery captures it at the point of creation, connects it into a living graph, and surfaces it conversationally. It monitors feeds, tracks what matters to your projects, and alerts you before you know to ask. A team brain that learns.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"distillery": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Team knowledge evaporates daily — pairing sessions, debugging context, architectural rationale lost to Slack. Distillery captures it at the point of creation, connects it into a living graph, and surfaces it conversationally. It monitors feeds, tracks what matters to your projects, and alerts you before you know to ask. A team brain that learns.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Datto BCDR — appliances, agents, recovery points, screenshots, alerts.
csrd-compliance-mcp MCP server by MEOK AI Labs
devops-ai-mcp MCP server by MEOK AI Labs
MCP Security Weekly
Get CVE alerts and security updates for Distillery and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Team Knowledge, Distilled
Capture, classify, connect, and surface team knowledge through conversational commands.
Documentation · Skills · Quick Start · Roadmap · Slides
Distillery is a team knowledge base accessed through Claude Code skills. It refines raw information from working sessions, meetings, bookmarks, and conversations into concentrated, searchable knowledge — stored as vector embeddings in DuckDB and retrieved through natural language. Runs locally over stdio or as a hosted HTTP service with GitHub OAuth for team access.
Distillery captures the highest-value transformation — from noise to signal — and makes it a tool the whole team can use.
Full documentation: norrietaylor.github.io/distillery
Distillery provides 14 Claude Code slash commands:
| Skill | Purpose | Example |
|---|---|---|
/distill | Capture session knowledge with dedup detection | /distill "We decided to use DuckDB for local storage" |
/recall | Semantic search with provenance | /recall distributed caching strategies |
/pour | Multi-entry synthesis with citations | /pour how does our auth system work? |
/bookmark | Store URLs with auto-generated summaries | /bookmark https://example.com/article #caching |
/minutes | Meeting notes with append updates | /minutes --update standup-2026-03-22 |
/classify | Classify entries and triage review queue | /classify --inbox |
/watch | Manage monitored feed sources | /watch add github:duckdb/duckdb |
/radar | Ambient feed digest with source suggestions | /radar --days 7 |
/tune | Adjust feed relevance thresholds | /tune relevance 0.4 |
/digest | Team activity summary from internal entries | /digest --days 7 --project myapp |
/gh-sync | Sync GitHub issues/PRs into the knowledge base | /gh-sync owner/repo --issues |
/investigate | Deep context builder with relationship traversal | /investigate distributed caching |
/briefing | Team knowledge dashboard with metrics | /briefing --days 7 |
/setup | Onboarding wizard for MCP connectivity and config | /setup |
... [View full README on GitHub](https://github.com/norrietaylor/distillery#readme)