Skip to content
Zed

mcp iugu for Zed

io.github.codespar/mcp-iugu

MCP server for iugu — invoices, subscriptions, customers, payment methods

client:Zed transport:stdio runtime:npm

Install mcp iugu in Zed

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

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

{
  "context_servers": {
    "mcp-iugu": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-iugu"
      ],
      "env": {
        "IUGU_API_TOKEN": "<IUGU_API_TOKEN>"
      }
    }
  }
}

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

mcp iugu in other clients