Knowledge base for Claude Code with semantic search, feed intelligence, and teams
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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 15 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? |
/compass | Contrast internal knowledge vs. ambient intelligence for a directional assessment | /compass our caching strategy |
/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 |
This installs all 15 skills. The plugin does not configure an MCP server automatically β run /setup (below) to add one. The recommended setup runs locally via uvx --from 'distillery-mcp[fastembed]>=0.6.0' distillery-mcp β a private, self-contained knowledge base on your machine, with on-device fastembed embeddings (no API key required). Requires Python 3.11+ and uv (install: curl -LsSf https://astral.sh/uv/install.sh | sh).
The default fastembed provider runs offline with no API key. If you'd rather use a hosted embedding service, set DISTILLERY_EMBEDDING_PROVIDER and provide the matching API key:
uvx inherits these from your shell environment. See distillery.yaml.example for the full provider configuration block (including Option C for fastembed model selection).
Restart Claude Code and run the onboarding wizard:
Want to evaluate without installing anything locally? Configure the hosted demo at distillery-mcp.fly.dev instead of a local server:
Demo Server:
distillery-mcp.fly.devis for evaluation only. Do not store sensitive or confidential data.
See the Local Setup Guide for full configuration options, or deploy your own instance for team use.
See Contributing for the full guide.
Apache 2.0 β see LICENSE for details.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/distillery)<a href="https://allmcps.com/mcp/distillery"><img src="https://allmcps.com/api/badge/distillery?style=directory" alt="Distillery on AllMCPs" /></a>