Persistent shared memory for Claude Code — MCP server with DuckDB vector search, semantic dedup, and ambient intelligence for team knowledge
Project description
Distillery
Team Knowledge, Distilled
Capture, classify, connect, and surface team knowledge through conversational commands.
Documentation · Skills · Quick Start · Roadmap · Slides
What is Distillery?
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
Skills
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 |
Quick Start
Step 1: Install the Plugin
claude plugin marketplace add norrietaylor/distillery
claude plugin install distillery
This installs all 14 skills and configures the MCP server to run 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 as the install-time default (no API key required). Requires Python 3.11+ and uv (install: curl -LsSf https://astral.sh/uv/install.sh | sh).
Step 2 (Optional): Use Jina or OpenAI Instead
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:
# Jina (free tier at jina.ai)
export DISTILLERY_EMBEDDING_PROVIDER=jina
export JINA_API_KEY=jina_...
# Or OpenAI
export DISTILLERY_EMBEDDING_PROVIDER=openai
export OPENAI_API_KEY=sk-...
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:
/setup
Try the Hosted Demo (Opt-In)
Want to evaluate without installing anything locally? Override the plugin default with the hosted demo at distillery-mcp.fly.dev:
claude mcp add distillery --scope user --transport http --url https://distillery-mcp.fly.dev/mcp
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.
Development
uv pip install -e ".[dev]"
# or
pip install -e ".[dev]"
pytest # run tests
mypy --strict src/distillery/ # type check
ruff check src/ tests/ # lint
See Contributing for the full guide.
License
Apache 2.0 — see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file distillery_mcp-0.6.1.tar.gz.
File metadata
- Download URL: distillery_mcp-0.6.1.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0427ff7dabd0c948ef550559cf4401cf2234c406fa6f8ffd167028dc1d07f1b9
|
|
| MD5 |
60dab9e5f5a2eb6ffc346353b47f2894
|
|
| BLAKE2b-256 |
364e7cce22a4f6b7d9ab05f50befbe3355ce2ff8268140392abb942976b69bdb
|
Provenance
The following attestation bundles were made for distillery_mcp-0.6.1.tar.gz:
Publisher:
pypi-publish.yml on norrietaylor/distillery
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
distillery_mcp-0.6.1.tar.gz -
Subject digest:
0427ff7dabd0c948ef550559cf4401cf2234c406fa6f8ffd167028dc1d07f1b9 - Sigstore transparency entry: 1588127104
- Sigstore integration time:
-
Permalink:
norrietaylor/distillery@3e17d1621f16be51c38f4241c7ff0aeac09bf0a1 -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/norrietaylor
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yml@3e17d1621f16be51c38f4241c7ff0aeac09bf0a1 -
Trigger Event:
release
-
Statement type:
File details
Details for the file distillery_mcp-0.6.1-py3-none-any.whl.
File metadata
- Download URL: distillery_mcp-0.6.1-py3-none-any.whl
- Upload date:
- Size: 363.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dff5916a34a089e60eb04780f2db55e442c5e9df43ce2d0bb5752bd6e7a6fd0
|
|
| MD5 |
fa3107f07e536fe54b8644bbef4c2ed2
|
|
| BLAKE2b-256 |
f27b2cbcaadffbb9a8702c051f166568097a91b9374141a44003d024ea926933
|
Provenance
The following attestation bundles were made for distillery_mcp-0.6.1-py3-none-any.whl:
Publisher:
pypi-publish.yml on norrietaylor/distillery
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
distillery_mcp-0.6.1-py3-none-any.whl -
Subject digest:
4dff5916a34a089e60eb04780f2db55e442c5e9df43ce2d0bb5752bd6e7a6fd0 - Sigstore transparency entry: 1588127136
- Sigstore integration time:
-
Permalink:
norrietaylor/distillery@3e17d1621f16be51c38f4241c7ff0aeac09bf0a1 -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/norrietaylor
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yml@3e17d1621f16be51c38f4241c7ff0aeac09bf0a1 -
Trigger Event:
release
-
Statement type: