Skip to content
Windsurf

mcp c6 for Windsurf

io.github.codespar/mcp-c6

MCP server for C6 Bank — Pix (cob/cobv), DICT keys, Boleto, balance, statement (OAuth2 + mTLS)

client:Windsurf transport:stdio runtime:npm

Install mcp c6 in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-c6": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-c6"
      ],
      "env": {
        "C6_CLIENT_ID": "<C6_CLIENT_ID>",
        "C6_CLIENT_SECRET": "<C6_CLIENT_SECRET>",
        "C6_CERT_PATH": "<C6_CERT_PATH>",
        "C6_KEY_PATH": "<C6_KEY_PATH>",
        "C6_ENV": "<C6_ENV>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp c6 in other clients