mcp braspag for Zed
io.github.codespar/mcp-braspag
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
client:Zed
transport:stdio
runtime:npm
Install mcp braspag in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-braspag": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-braspag"
],
"env": {
"BRASPAG_MERCHANT_ID": "<BRASPAG_MERCHANT_ID>",
"BRASPAG_MERCHANT_KEY": "<BRASPAG_MERCHANT_KEY>",
"BRASPAG_ENV": "<BRASPAG_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs