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
{
"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