Recite MCP for Zed
io.github.rivradev/recite-mcp
Local MCP server for Recite receipt processing with ledger and memory tools.
client:Zed
transport:stdio
runtime:pypi
Install Recite MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"recite-mcp": {
"command": "uvx",
"args": [
"recite-mcp"
],
"env": {
"RECITE_API_KEY": "<RECITE_API_KEY>",
"RECITE_HOME": "<RECITE_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs