Distillery
PYPI · DISTILLERY-MCP · SCANNED SEP 20
Knowledge base for Claude Code with semantic search, feed intelligence, and teams
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 26 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 86 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2421 tokens (~134/item across 18 items; 17 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Distillery MCP server?
Distillery runs locally as a PyPI package, launched with uvx distillery-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · distillery-mcp
claude mcp add norrietaylor-distillery-mcp -- uvx distillery-mcp
{
"mcpServers": {
"norrietaylor-distillery-mcp": {
"command": "uvx",
"args": [
"distillery-mcp"
]
}
}
} {
"servers": {
"norrietaylor-distillery-mcp": {
"command": "uvx",
"args": [
"distillery-mcp"
]
}
}
} codex mcp add norrietaylor-distillery-mcp -- uvx distillery-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"norrietaylor-distillery-mcp": {
"type": "local",
"command": [
"uvx",
"distillery-mcp"
],
"enabled": true
}
}
} openclaw mcp add norrietaylor-distillery-mcp --command uvx --arg distillery-mcp
mcp_servers:
norrietaylor-distillery-mcp:
command: "uvx"
args: ["distillery-mcp"] {
"McpServers": {
"norrietaylor-distillery-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"distillery-mcp"
]
}
}
} assistant mcp add norrietaylor-distillery-mcp -t stdio -c uvx -a distillery-mcp
{
"mcpServers": {
"norrietaylor-distillery-mcp": {
"command": "uvx",
"args": [
"distillery-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/distillery-mcp@0.7.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 26 packages
| Packages resolved | 26 |
|---|---|
| Stale | 2 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
distillery_classify ~88
Apply a pre-computed classification to an existing entry. USE WHEN: you have determined an entry's type and confidence via LLM or heuristic analysis and want to persist the classification result.
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | number | yes | – |
| entry_id | string | yes | – |
| entry_type | string | yes | – |
| reasoning | – | – | – |
| suggested_project | – | – | – |
| suggested_tags | – | – | – |
No output schema declared.
No examples provided.
distillery_configure ~58
Read or update a runtime configuration value. USE WHEN: reading current thresholds/settings, or adjusting them at runtime without editing the config file directly.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | – |
| section | string | yes | – |
| value | – | – | – |
No output schema declared.
No examples provided.
distillery_correct ~86
Store a correction that supersedes an existing entry. USE WHEN: an existing entry contains wrong information and you want to replace it with corrected content while preserving the audit trail.
| Name | Type | Req | Description |
|---|---|---|---|
| author | – | – | – |
| content | string | yes | – |
| entry_type | – | – | – |
| metadata | – | – | – |
| project | – | – | – |
| tags | – | – | – |
| wrong_entry_id | string | yes | – |
No output schema declared.
No examples provided.
distillery_find_similar ~143
Find stored entries similar to the given text (cosine similarity). USE WHEN: checking for duplicates or conflicts before storing, finding entries related to arbitrary text, or surfacing hidden connections to a known entry (entries that are similar but not yet linked via relations). Supports progressive disclosure modes.
| Name | Type | Req | Description |
|---|---|---|---|
| accept_action | – | – | – |
| conflict_check | boolean | – | – |
| content | – | – | – |
| dedup_action | boolean | – | – |
| exclude_linked | boolean | – | – |
| limit | integer | – | – |
| llm_responses | – | – | – |
| source_entry_id | – | – | – |
| source_entry_ids | – | – | – |
| threshold | number | – | – |
No output schema declared.
No examples provided.
distillery_get ~53
Retrieve a single knowledge entry by its unique ID. USE WHEN: fetching the full content and metadata of a specific entry (e.g. after finding its ID via search or list).
| Name | Type | Req | Description |
|---|---|---|---|
| entry_id | string | yes | – |
No output schema declared.
No examples provided.
distillery_gh_sync ~105
Sync GitHub issues and PRs into the knowledge base using a batched pipeline. url: repository slug (owner/repo) or full GitHub URL. author: author field for created entries (default: gh-sync). project: optional project name to scope entries. background: when true, runs async and returns a job_id immediately.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | – | – |
| background | boolean | – | – |
| project | – | – | – |
| url | string | yes | – |
No output schema declared.
No examples provided.
distillery_ingest_doc ~167
Ingest an arbitrary document (ADR, spec, decision, customer feedback). USE WHEN: importing a standalone document — a markdown ADR/spec/RFC, a design decision, or a customer-feedback transcript/doc — so it becomes queryable knowledge with provenance. Distinct from distillery_store (single entry, semantic dedup) and from PreCompact transcripts: this chunks large text into multiple linked entries and deduplicates idempotently by content hash, so re-ingesting identical content adds no second entry.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | yes | – |
| doctype | – | – | – |
| external_id | – | – | – |
| metadata | – | – | – |
| project | – | – | – |
| source | – | – | – |
| tags | – | – | – |
| text | string | yes | – |
| title | – | – | – |
No output schema declared.
No examples provided.
distillery_list ~260
List knowledge entries with optional filters and pagination (newest first). USE WHEN: browsing or filtering entries without a semantic query. Use distillery_search instead when you have a natural-language question. By default, only entries with status in (active, pending_review) are returned — archived entries are hidden. Pass ``status="archived"`` to list only archived entries, ``status="any"`` to include every status, or ``include_archived=true`` to add archived entries to the default view.
| Name | Type | Req | Description |
|---|---|---|---|
| author | – | – | – |
| content_max_length | – | – | – |
| date_from | – | – | – |
| date_to | – | – | – |
| entry_type | – | – | – |
| feed_url | – | – | – |
| group_by | – | – | – |
| include_archived | boolean | – | – |
| include_evergreen | boolean | – | – |
| limit | integer | – | – |
| offset | integer | – | – |
| output | – | – | – |
| output_mode | string | – | – |
| project | – | – | – |
| published_after | – | – | – |
| published_before | – | – | – |
| session_id | – | – | – |
| source | – | – | – |
| stale_days | – | – | – |
| status | – | – | – |
| structural | – | – | – |
| tag_prefix | – | – | – |
| tags | – | – | – |
| verification | – | – | – |
No output schema declared.
No examples provided.
distillery_relations ~189
Manage typed relations between knowledge entries. USE WHEN: linking entries together (e.g. marking one as blocking another, citing a reference, or flagging duplicates), walking the relation graph from a seed entry to surface multi-hop neighbours, or computing graph metrics (bridges, communities) on the relations subgraph.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| date_from | – | – | – |
| date_to | – | – | – |
| direction | string | – | – |
| entry_id | – | – | – |
| from_id | – | – | – |
| hops | integer | – | – |
| invalid_at | – | – | – |
| limit | integer | – | – |
| metadata | – | – | – |
| metric | – | – | – |
| project | – | – | – |
| relation_id | – | – | – |
| relation_type | – | – | – |
| scope | string | – | – |
| tags | – | – | – |
| to_id | – | – | – |
| valid_at | – | – | – |
| weight | – | – | – |
No output schema declared.
No examples provided.
distillery_resolve_review ~78
Resolve a pending-review entry by approving, reclassifying, or archiving it. USE WHEN: acting on entries in the review queue (entries with status=pending_review from low-confidence classifications).
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| entry_id | string | yes | – |
| new_entry_type | – | – | – |
| reviewer | – | – | – |
No output schema declared.
No examples provided.
distillery_search ~384
Search knowledge entries using semantic similarity (cosine distance, ranked descending). USE WHEN: finding entries that match a natural-language question or topic. Each result includes a similarity score (0-1, higher is more relevant). By default, only entries with status in (active, pending_review) are considered — archived entries are hidden. Pass ``status="archived"`` to search only archived entries, ``status="any"`` to include every status, or ``include_archived=true`` to add archived entries to the default candidate set. When ``expand_graph=true``, after the semantic search returns its seed result set, the tool BFS-expands 1 or 2 hops via ``entry_relations`` to surface structurally connected entries. Graph entries are scored at ``parent_score * 0.5 ** depth``, marked with ``provenance="graph"``, and merged into the result list (sorted by descending score, truncated to ``limit``). Seeds are tagged ``provenance="search"``. The envelope gains a ``graph_expansion`` summary. When ``expand_graph=false`` (default), the existing envelope is unchanged — strictly additive.
| Name | Type | Req | Description |
|---|---|---|---|
| author | – | – | – |
| date_from | – | – | – |
| date_to | – | – | – |
| entry_type | – | – | – |
| expand_graph | boolean | – | – |
| expand_hops | integer | – | – |
| include_archived | boolean | – | – |
| include_evergreen | boolean | – | – |
| limit | integer | – | – |
| output_mode | string | – | – |
| project | – | – | – |
| published_after | – | – | – |
| published_before | – | – | – |
| query | string | yes | – |
| session_id | – | – | – |
| source | – | – | – |
| status | – | – | – |
| tag_prefix | – | – | – |
| tags | – | – | – |
No output schema declared.
No examples provided.
distillery_status ~229
Return a lightweight in-protocol health/metadata probe. USE WHEN: verifying MCP connectivity (e.g. from the ``/setup`` wizard) without relying on the HTTP-only ``/health`` endpoint. Works uniformly on stdio and HTTP transports. PARAMS: (none) RETURNS (success): { status: "ok", version: str, # distillery package version build_sha: str, # git SHA (or "dev") transport: "stdio" | "http" | "unknown", tool_count: int, # number of registered MCP tools store: { entry_count: int | null, db_size_bytes: int | null }, embedding_provider: str, # model name or provider class name last_feed_poll: { source_count: int, last_poll_at: str | null }, uptime_seconds?: int # seconds since server startup } RELATED: distillery_list (for entry counts, filtering, and per-group aggregates), distillery_configure (to inspect/adjust runtime configuration)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
distillery_store ~142
Store a new knowledge entry and return its ID with dedup/conflict information. USE WHEN: capturing a new piece of knowledge (session notes, bookmarks, meeting minutes, ideas, etc.) into the Distillery store.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | yes | – |
| content | string | yes | – |
| dedup_limit | – | – | – |
| dedup_threshold | – | – | – |
| entry_type | string | yes | – |
| expires_at | – | – | – |
| include_conflict_prompt | boolean | – | – |
| metadata | – | – | – |
| output_mode | – | – | – |
| project | – | – | – |
| session_id | – | – | – |
| source | – | – | – |
| tags | – | – | – |
| verification | – | – | – |
No output schema declared.
No examples provided.
distillery_store_batch ~70
Batch-store multiple knowledge entries in one call (no dedup/conflict checks). USE WHEN: bulk-importing entries (e.g. GitHub history sync, migration, backfill) where per-entry dedup is unnecessary and throughput matters.
| Name | Type | Req | Description |
|---|---|---|---|
| entries | array | yes | – |
| project | – | – | – |
No output schema declared.
No examples provided.
distillery_sync_status ~62
Check the status of background sync jobs. job_id: look up a specific job by ID. source_url: list jobs for a specific source URL. If neither is provided, lists all recent jobs.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | – | – | – |
| source_url | – | – | – |
No output schema declared.
No examples provided.
distillery_update ~112
Update one or more fields on an existing knowledge entry. USE WHEN: modifying an entry's content, type, tags, status, or other mutable fields. At least one updatable field must be provided.
| Name | Type | Req | Description |
|---|---|---|---|
| author | – | – | – |
| content | – | – | – |
| entry_id | string | yes | – |
| entry_type | – | – | – |
| expires_at | – | – | – |
| metadata | – | – | – |
| project | – | – | – |
| session_id | – | – | – |
| status | – | – | – |
| tags | – | – | – |
| verification | – | – | – |
No output schema declared.
No examples provided.
distillery_watch ~116
Manage monitored feed sources for ambient intelligence. USE WHEN: listing, adding, or removing RSS/GitHub feed sources that Distillery polls for new content.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| force | boolean | – | – |
| label | – | – | – |
| mode | – | – | – |
| poll_interval_minutes | – | – | – |
| probe | boolean | – | – |
| purge | boolean | – | – |
| source_type | – | – | – |
| sync_history | boolean | – | – |
| thresholds | – | – | – |
| trust_weight | – | – | – |
| url | – | – | – |
No output schema declared.
No examples provided.
What is the Distillery MCP server?
Distillery is an MCP server listed in the public MCP registry as io.github.norrietaylor/distillery-mcp. Knowledge base for Claude Code with semantic search, feed intelligence, and teams. This page covers its PyPI package (distillery-mcp).
Is the Distillery MCP server safe to use?
Distillery scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Distillery MCP server expose?
Distillery exposes 17 tools: distillery_store, distillery_store_batch, distillery_ingest_doc, distillery_get, distillery_update, and 12 more. Their descriptions and schemas cost roughly 2,342 tokens of context every time the server is loaded.
Is the Distillery MCP server still maintained?
Distillery is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Distillery MCP server under?
Distillery declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.