mcp server for Claude Desktop
io.github.icedq-tools/mcp-server
MCP Server for iceDQ Data Reliability Platform
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs