Skip to content
Zed

pain001 mcp for Zed

io.github.sebastienrousseau/pain001-mcp

MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation.

client:Zed transport:stdio runtime:pypi

Install pain001 mcp in Zed

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

{
  "context_servers": {
    "pain001-mcp": {
      "command": "uvx",
      "args": [
        "pain001-mcp"
      ]
    }
  }
}

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

pain001 mcp in other clients