Skip to content
Cline

mcp server for Cline

io.github.icedq-tools/mcp-server

MCP Server for iceDQ Data Reliability Platform

client:Cline transport:stdio runtime:npm

Install mcp server 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-server": {
      "command": "npx",
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "env": {
        "ICEDQ_BASE_URL": "<ICEDQ_BASE_URL>",
        "ICEDQ_REALM": "<ICEDQ_REALM>",
        "ICEDQ_CLIENT_ID": "<ICEDQ_CLIENT_ID>",
        "AUTH_TYPE": "<AUTH_TYPE>",
        "ICEDQ_CLIENT_SECRET": "<ICEDQ_CLIENT_SECRET>",
        "ICEDQ_USERNAME": "<ICEDQ_USERNAME>",
        "ICEDQ_PASSWORD": "<ICEDQ_PASSWORD>",
        "TOKENS_PATH": "<TOKENS_PATH>",
        "ICEDQ_ORG_ID": "<ICEDQ_ORG_ID>",
        "VERIFY_SSL": "<VERIFY_SSL>",
        "REQUEST_TIMEOUT": "<REQUEST_TIMEOUT>"
      }
    }
  }
}

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

mcp server in other clients