Skip to content
Zed

mcp bold co for Zed

io.github.codespar/mcp-bold-co

MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi

client:Zed transport:stdio runtime:npm

Install mcp bold co in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-bold-co": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bold-co"
      ],
      "env": {
        "BOLD_API_KEY": "<BOLD_API_KEY>",
        "BOLD_SECRET_KEY": "<BOLD_SECRET_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp bold co in other clients