Skip to content
Cline

mcp dock for Cline

io.github.codespar/mcp-dock

MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs

client:Cline transport:stdio runtime:npm

Install mcp dock in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-dock": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-dock"
      ],
      "env": {
        "DOCK_CLIENT_ID": "<DOCK_CLIENT_ID>",
        "DOCK_CLIENT_SECRET": "<DOCK_CLIENT_SECRET>",
        "DOCK_ENV": "<DOCK_ENV>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp dock in other clients