
Distillery
@norrietaylor
Distillery について
Persistent shared context for AI coding sessions — capture, search, synthesize with 18 MCP tools and ambient intelligence
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"distillery": {
"url": "https://distillery-mcp.fly.dev/mcp",
"transport": "http"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Distillery?
Distillery is a team knowledge base accessed through Claude Code skills. It captures raw information from working sessions, meetings, bookmarks, and conversations, storing them as vector embeddings in DuckDB for natural language retrieval. It runs locally over stdio or as a hosted HTTP service with GitHub OAuth.
How to use Distillery?
Install via claude plugin marketplace add norrietaylor/distillery then claude plugin install distillery. For a private knowledge base, run locally with uvx distillery-mcp and set a JINA_API_KEY. Run /setup to configure.
Key features of Distillery
- 14 Claude Code slash commands for knowledge management
- Semantic search with provenance via
/recall - Multi-entry synthesis with citations via
/pour - Duplicate detection during capture via
/distill - Feed monitoring and ambient digests via
/watchand/radar - GitHub issues and PR syncing via
/gh-sync
Use cases of Distillery
- Capture team decisions and rationale during working sessions
- Search and retrieve past discussions or technical decisions
- Summarize meeting minutes and update them over time
- Sync GitHub issues and PRs into a searchable knowledge base
- Generate team activity digests and briefings
FAQ from Distillery
What dependencies are required?
Python 3.11+ and a JINA_API_KEY from jina.ai for local or hosted use. The demo server at distillery-mcp.fly.dev requires no setup.
Where is my data stored?
When running locally with uvx, data is stored in a local DuckDB database on your machine. The demo server stores data temporarily and is for evaluation only.
How do I switch from the demo server to a local instance?
Override the plugin's demo server by adding a distillery entry in ~/.claude/settings.json with uvx command and your JINA_API_KEY.
What transports does Distillery support?
It runs over stdio for local use or as an HTTP service with GitHub OAuth for team access.
Is sensitive data safe on the demo server?
No. The demo server at distillery-mcp.fly.dev is for evaluation only; do not store sensitive or confidential data.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント