mcp chargebee for Zed
io.github.codespar/mcp-chargebee
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
client:Zed
transport:stdio
runtime:npm
Install mcp chargebee in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-chargebee": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-chargebee"
],
"env": {
"CHARGEBEE_SITE": "<CHARGEBEE_SITE>",
"CHARGEBEE_API_KEY": "<CHARGEBEE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs