io.github.norrietaylor/distillery-mcp
OfficialDistillery とは?
Distillery は、Claude Code スキルを通じてアクセスするチーム知識ベースです。作業セッション、ミーティング、ブックマーク、会話からの生の情報を、濃縮された検索可能な知識へと精製します。知識は DuckDB のベクトル埋め込みとして保存され、自然言語で取得できます。stdio 経由でローカル実行するか、GitHub OAuth によるチームアクセスを備えたホスト型 HTTP サービスとして実行できます。
Distillery は、ノイズからシグナルへの最も価値の高い変換を捉え、チーム全員が使えるツールにします。
完全なドキュメント: norrietaylor.github.io/distillery
Related MCP server: Rememberizer MCP Server
スキル
Distillery は 15 個の Claude Code スラッシュコマンドを提供します:
スキル | 目的 | 例 |
| 重複検出付きでセッション知識を収集 |
|
| 出典付きセマンティック検索 |
|
| 引用付きマルチエントリ合成 |
|
| 内部知識と周辺インテリジェンスを対比し、方向性を評価 |
|
| 自動生成サマリー付きで URL を保存 |
|
| 追記更新対応のミーティングノート |
|
| エントリを分類し、レビューキューをトリアージ |
|
| 監視対象フィードソースを管理 |
|
| ソース提案付きの周辺フィードダイジェスト |
|
| フィードの関連性しきい値を調整 |
|
| 内部エントリからチーム活動サマリーを生成 |
|
| GitHub の issue/PR を知識ベースに同期 |
|
| 関係性トラバースによる深いコンテキスト構築 |
|
| メトリクス付きチーム知識ダッシュボード |
|
| MCP 接続と設定のオンボーディングウィザード |
|
クイックスタート
ステップ 1: プラグインをインストール
claude plugin marketplace add norrietaylor/distillery
claude plugin install distilleryこれにより 15 個すべてのスキルがインストールされます。このプラグインは MCP サーバーを自動設定しません — 追加するには /setup(下記)を実行してください。推奨セットアップは uvx --from 'distillery-mcp[fastembed]>=0.6.0' distillery-mcp による ローカル 実行です。マシン上にプライベートで自己完結型の知識ベースが構築され、オンデバイスの fastembed 埋め込みを使用します(API キー不要)。Python 3.11+ と uv が必要です(インストール: curl -LsSf https://astral.sh/uv/install.sh | sh)。
ステップ 2(任意): Jina または OpenAI を使用する
デフォルトの fastembed プロバイダーは API キーなしでオフライン実行できます。ホスト型の埋め込みサービスを使用したい場合は、DISTILLERY_EMBEDDING_PROVIDER を設定し、対応する API キーを指定してください:
# 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 はこれらをシェル環境から継承します。完全なプロバイダー設定ブロック(fastembed モデル選択のオプション C を含む)については、distillery.yaml.example を参照してください。
Claude Code を再起動し、オンボーディングウィザードを実行してください:
/setupホスト型デモを試す(オプトイン)
ローカルに何もインストールせずに評価したいですか?ローカルサーバーの代わりに distillery-mcp.fly.dev のホスト型デモを設定してください:
claude mcp add distillery --scope user --transport http --url https://distillery-mcp.fly.dev/mcpデモサーバー:
distillery-mcp.fly.devは評価専用です。機密データや秘密データを保存しないでください。
完全な設定オプションについては ローカルセットアップガイド を、チーム利用の場合は 独自インスタンスのデプロイ を参照してください。
開発
uv pip install -e ".[dev]"
# or
pip install -e ".[dev]"
pytest # run tests
mypy --strict src/distillery/ # type check
ruff check src/ tests/ # lint完全なガイドは コントリビューティング を参照してください。
ライセンス
Apache 2.0 — 詳細は LICENSE を参照してください。
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