mcp asaas for Zed
io.github.codespar/mcp-asaas
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
client:Zed
transport:stdio
runtime:npm
Install mcp asaas in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-asaas": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-asaas"
],
"env": {
"ASAAS_API_KEY": "<ASAAS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs