Stats
Actions
Tags
From distillery
Local MCP server for distillery that provides document chunking and embedding functionality using fastembed. Configured via DISTILLERY_EMBEDDING_PROVIDER environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"distillery": {
"command": "uvx",
"args": [
"--from",
"distillery-mcp[fastembed]>=0.6.0",
"distillery-mcp"
],
"env": {
"DISTILLERY_EMBEDDING_PROVIDER": "fastembed"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
DISTILLERY_EMBEDDING_PROVIDER=fastembednpx claudepluginhub norrietaylor/distillery --plugin distillery