mcp pagar me for Zed
io.github.codespar/mcp-pagar-me
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
client:Zed
transport:stdio
runtime:npm
Install mcp pagar me in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-pagar-me": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pagar-me"
],
"env": {
"PAGARME_API_KEY": "<PAGARME_API_KEY>",
"PAGARME_PUBLIC_KEY": "<PAGARME_PUBLIC_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs