Skip to content
Cline

mercury multiorg mcp for Cline

io.github.dkaleganov/mercury-multiorg-mcp

Unofficial read-only MCP server exposing several Mercury banking organizations to one AI session.

client:Cline transport:stdio runtime:pypi

Install mercury multiorg mcp 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": {
    "mercury-multiorg-mcp": {
      "command": "uvx",
      "args": [
        "mercury-multiorg-mcp"
      ],
      "env": {
        "MERCURY_TOKEN_ACME_MAIN": "<MERCURY_TOKEN_ACME_MAIN>",
        "MERCURY_ENTITIES_FILE": "<MERCURY_ENTITIES_FILE>",
        "MERCURY_API_BASE": "<MERCURY_API_BASE>",
        "MERCURY_ALLOW_DOCUMENTS": "<MERCURY_ALLOW_DOCUMENTS>"
      }
    }
  }
}

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

mercury multiorg mcp in other clients