Skip to content
Zed

mcp bcra for Zed

io.github.codespar/mcp-bcra

BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)

client:Zed transport:stdio runtime:npm

Install mcp bcra in Zed

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

{
  "context_servers": {
    "mcp-bcra": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bcra"
      ]
    }
  }
}

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

mcp bcra in other clients