Loading MCP server directory, please wait...
MCP Server for iceDQ Data Reliability Platform
npx @getmcp/cli add io.github.icedq-tools/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
ICEDQ_BASE_URLThe base URL of your iceDQ instance (e.g., https://app.icedq.net)
ICEDQ_REALMThe authentication realm name (e.g., icedq or iam.icedq)
ICEDQ_CLIENT_IDOAuth client ID for API authentication
AUTH_TYPEHow to authenticate: 'username_password' uses credentials below, 'access_token' uses a token file instead
ICEDQ_ORG_IDYour iceDQ organization ID (e.g., org-iam.icedq)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.icedq-tools/mcp-server": {
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "",
"ICEDQ_REALM": "",
"ICEDQ_CLIENT_ID": "",
"AUTH_TYPE": "",
"ICEDQ_CLIENT_SECRET": "",
"ICEDQ_USERNAME": "",
"ICEDQ_PASSWORD": "",
"TOKENS_PATH": "",
"ICEDQ_ORG_ID": "",
"VERIFY_SSL": "",
"REQUEST_TIMEOUT": ""
}
}
}
}