Distillery

by norrietaylor

342 downloads
Not rated
GitHub

About

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

Details

Author
norrietaylor
Downloads
342
Categories
Other, Productivity

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Distillery
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "distillery": {
            "distillery": {
                "url": "https://distillery-mcp.fly.dev/mcp",
                "transport": "http"
            }
        }
    }
}

McpServers

{
    "distillery": {
        "url": "https://distillery-mcp.fly.dev/mcp",
        "transport": "http"
    }
}

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

<p align="center">
Distillery demo — /distill captures a decision, /pour synthesizes it
</p>

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.