io.github.norrietaylor/distillery-mcp
OfficialAllows syncing GitHub issues and pull requests into the knowledge base, and monitoring GitHub repositories as feed sources.
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., "@io.github.norrietaylor/distillery-mcprecall distributed caching strategies"
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.
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
Related MCP server: Rememberizer MCP Server
Skills
Distillery provides 15 Claude Code slash commands:
Skill | Purpose | Example |
| Capture session knowledge with dedup detection |
|
| Semantic search with provenance |
|
| Multi-entry synthesis with citations |
|
| Contrast internal knowledge vs. ambient intelligence for a directional assessment |
|
| Store URLs with auto-generated summaries |
|
| Meeting notes with append updates |
|
| Classify entries and triage review queue |
|
| Manage monitored feed sources |
|
| Ambient feed digest with source suggestions |
|
| Adjust feed relevance thresholds |
|
| Team activity summary from internal entries |
|
| Sync GitHub issues/PRs into the knowledge base |
|
| Deep context builder with relationship traversal |
|
| Team knowledge dashboard with metrics |
|
| Onboarding wizard for MCP connectivity and config |
|
Quick Start
Step 1: Install the Plugin
claude plugin marketplace add norrietaylor/distillery
claude plugin install distilleryThis 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).
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:
/setupTry the Hosted Demo (Opt-In)
Want to evaluate without installing anything locally? Configure the hosted demo at distillery-mcp.fly.dev instead of a local server:
claude mcp add distillery --scope user --transport http --url https://distillery-mcp.fly.dev/mcpDemo 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/ # lintSee Contributing for the full guide.
License
Apache 2.0 — see LICENSE for details.
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
- FlicenseNot gradedqualityDmaintenanceEnables AI systems to remember interactions, understand document context through semantic search, and intelligently route requests with persistent memory and quality-scored content synthesis.
- AlicenseNot gradedqualityDmaintenanceEnables semantic search and retrieval of personal and team knowledge from connected sources like Slack, Gmail, Google Drive, and Dropbox, with the ability to save new information for future recall.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables semantic search and retrieval of information from personal and team knowledge repositories including Slack, Gmail, Dropbox, Google Drive, and uploaded files. Allows storing new information for future recall through AI-powered search.Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI assistants to search, browse, and save to a semantic knowledge graph with vector search and hierarchical organization.51MIT
Related MCP Connectors
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable.
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/norrietaylor/distillery'
If you have feedback or need assistance with the MCP directory API, please join our Discord server