Skip to content

Statement Normalizer for Zed

io.github.jfortier93/statement-normalizer-mcp

Deterministic bank-statement parsing: messy CSV/OFX to clean categorized rows. In-memory only.

client:Zed transport:streamable-http

Install Statement Normalizer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "statement-normalizer-mcp": {
      "url": "https://statement-normalizer.mcpize.run"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Statement Normalizer in other clients