cloudpayments mcp for Zed
io.github.theyahia/cloudpayments-mcp
MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.
client:Zed
transport:stdio
runtime:npm
Install cloudpayments mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cloudpayments-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/cloudpayments-mcp"
],
"env": {
"CLOUDPAYMENTS_PUBLIC_ID": "<CLOUDPAYMENTS_PUBLIC_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs