Distillery for Cursor
io.github.norrietaylor/distillery-mcp
Knowledge base for Claude Code with semantic search, feed intelligence, and teams
client:Cursor
transport:stdio
runtime:pypi
Install Distillery in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"distillery-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"distillery-mcp"
],
"env": {
"JINA_API_KEY": "<JINA_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs