Skip to content
Zed

razorpay for Zed

io.github.indiamcp/razorpay

MCP server for Razorpay API.

client:Zed transport:stdio runtime:npm

Install razorpay 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": {
    "razorpay": {
      "command": "npx",
      "args": [
        "-y",
        "@indiamcp/razorpay-mcp"
      ],
      "env": {
        "RAZORPAY_KEY_ID": "<RAZORPAY_KEY_ID>",
        "RAZORPAY_KEY_SECRET": "<RAZORPAY_KEY_SECRET>"
      }
    }
  }
}

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

razorpay in other clients