MCP.so
登录

Distillery

@norrietaylor

关于 Distillery

Persistent shared context for AI coding sessions — capture, search, synthesize with 18 MCP tools and ambient intelligence

基本信息

分类

其他

传输方式

stdio

发布者

norrietaylor

提交者

Norrie Taylor

配置

使用下面的配置,将此服务器添加到你的 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 /watch and /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.

评论

其他 分类下的更多 MCP 服务器