Skip to content
Windsurf

Recite MCP for Windsurf

io.github.rivradev/recite-mcp

Local MCP server for Recite receipt processing with ledger and memory tools.

client:Windsurf transport:stdio runtime:pypi

Install Recite MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "recite-mcp": {
      "command": "uvx",
      "args": [
        "recite-mcp"
      ],
      "env": {
        "RECITE_API_KEY": "<RECITE_API_KEY>",
        "RECITE_HOME": "<RECITE_HOME>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Recite MCP in other clients