Skip to content
Zed

MyFatoorah MCP for Zed

io.github.kuwaitdevs/myfatoorah-mcp

Safely connect AI agents to MyFatoorah payments, invoices, payment methods, and refunds.

client:Zed transport:stdio runtime:npm

Install MyFatoorah MCP 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": {
    "myfatoorah-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "myfatoorah-mcp"
      ],
      "env": {
        "MYFATOORAH_API_TOKEN": "<MYFATOORAH_API_TOKEN>",
        "MYFATOORAH_ENVIRONMENT": "<MYFATOORAH_ENVIRONMENT>",
        "MYFATOORAH_TIMEOUT_MS": "<MYFATOORAH_TIMEOUT_MS>"
      }
    }
  }
}

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

MyFatoorah MCP in other clients