iceDQ MCP Server
Rank #10,083io.github.icedq-tools/mcp-server
MCP Server for iceDQ Data Reliability Platform
iceDQ MCP Server is a Model Context Protocol (MCP) server published by icedq-tools. It ranks #10,083 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. iceDQ MCP Server is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 121,963 of 132,046 servers on MCP Toplist.
Use iceDQ MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add icedq-tools -e "ICEDQ_BASE_URL=<your ICEDQ_BASE_URL>" -e "ICEDQ_REALM=<your ICEDQ_REALM>" -e "ICEDQ_CLIENT_ID=<your ICEDQ_CLIENT_ID>" -e "AUTH_TYPE=<your AUTH_TYPE>" -e "ICEDQ_CLIENT_SECRET=<your ICEDQ_CLIENT_SECRET>" -e "ICEDQ_USERNAME=<your ICEDQ_USERNAME>" -e "ICEDQ_PASSWORD=<your ICEDQ_PASSWORD>" -e "TOKENS_PATH=<your TOKENS_PATH>" -e "ICEDQ_ORG_ID=<your ICEDQ_ORG_ID>" -e "VERIFY_SSL=<your VERIFY_SSL>" -e "REQUEST_TIMEOUT=<your REQUEST_TIMEOUT>" -- npx -y @icedq/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.icedq-tools]
command = "npx"
args = ["-y", "@icedq/mcp-server"]
[mcp_servers.icedq-tools.env]
ICEDQ_BASE_URL = "<your ICEDQ_BASE_URL>"
ICEDQ_REALM = "<your ICEDQ_REALM>"
ICEDQ_CLIENT_ID = "<your ICEDQ_CLIENT_ID>"
AUTH_TYPE = "<your AUTH_TYPE>"
ICEDQ_CLIENT_SECRET = "<your ICEDQ_CLIENT_SECRET>"
ICEDQ_USERNAME = "<your ICEDQ_USERNAME>"
ICEDQ_PASSWORD = "<your ICEDQ_PASSWORD>"
TOKENS_PATH = "<your TOKENS_PATH>"
ICEDQ_ORG_ID = "<your ICEDQ_ORG_ID>"
VERIFY_SSL = "<your VERIFY_SSL>"
REQUEST_TIMEOUT = "<your REQUEST_TIMEOUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icedq-tools": {
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "<your ICEDQ_BASE_URL>",
"ICEDQ_REALM": "<your ICEDQ_REALM>",
"ICEDQ_CLIENT_ID": "<your ICEDQ_CLIENT_ID>",
"AUTH_TYPE": "<your AUTH_TYPE>",
"ICEDQ_CLIENT_SECRET": "<your ICEDQ_CLIENT_SECRET>",
"ICEDQ_USERNAME": "<your ICEDQ_USERNAME>",
"ICEDQ_PASSWORD": "<your ICEDQ_PASSWORD>",
"TOKENS_PATH": "<your TOKENS_PATH>",
"ICEDQ_ORG_ID": "<your ICEDQ_ORG_ID>",
"VERIFY_SSL": "<your VERIFY_SSL>",
"REQUEST_TIMEOUT": "<your REQUEST_TIMEOUT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icedq-tools": {
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "<your ICEDQ_BASE_URL>",
"ICEDQ_REALM": "<your ICEDQ_REALM>",
"ICEDQ_CLIENT_ID": "<your ICEDQ_CLIENT_ID>",
"AUTH_TYPE": "<your AUTH_TYPE>",
"ICEDQ_CLIENT_SECRET": "<your ICEDQ_CLIENT_SECRET>",
"ICEDQ_USERNAME": "<your ICEDQ_USERNAME>",
"ICEDQ_PASSWORD": "<your ICEDQ_PASSWORD>",
"TOKENS_PATH": "<your TOKENS_PATH>",
"ICEDQ_ORG_ID": "<your ICEDQ_ORG_ID>",
"VERIFY_SSL": "<your VERIFY_SSL>",
"REQUEST_TIMEOUT": "<your REQUEST_TIMEOUT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"icedq-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "<your ICEDQ_BASE_URL>",
"ICEDQ_REALM": "<your ICEDQ_REALM>",
"ICEDQ_CLIENT_ID": "<your ICEDQ_CLIENT_ID>",
"AUTH_TYPE": "<your AUTH_TYPE>",
"ICEDQ_CLIENT_SECRET": "<your ICEDQ_CLIENT_SECRET>",
"ICEDQ_USERNAME": "<your ICEDQ_USERNAME>",
"ICEDQ_PASSWORD": "<your ICEDQ_PASSWORD>",
"TOKENS_PATH": "<your TOKENS_PATH>",
"ICEDQ_ORG_ID": "<your ICEDQ_ORG_ID>",
"VERIFY_SSL": "<your VERIFY_SSL>",
"REQUEST_TIMEOUT": "<your REQUEST_TIMEOUT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icedq-tools": {
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "<your ICEDQ_BASE_URL>",
"ICEDQ_REALM": "<your ICEDQ_REALM>",
"ICEDQ_CLIENT_ID": "<your ICEDQ_CLIENT_ID>",
"AUTH_TYPE": "<your AUTH_TYPE>",
"ICEDQ_CLIENT_SECRET": "<your ICEDQ_CLIENT_SECRET>",
"ICEDQ_USERNAME": "<your ICEDQ_USERNAME>",
"ICEDQ_PASSWORD": "<your ICEDQ_PASSWORD>",
"TOKENS_PATH": "<your TOKENS_PATH>",
"ICEDQ_ORG_ID": "<your ICEDQ_ORG_ID>",
"VERIFY_SSL": "<your VERIFY_SSL>",
"REQUEST_TIMEOUT": "<your REQUEST_TIMEOUT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icedq-tools": {
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "<your ICEDQ_BASE_URL>",
"ICEDQ_REALM": "<your ICEDQ_REALM>",
"ICEDQ_CLIENT_ID": "<your ICEDQ_CLIENT_ID>",
"AUTH_TYPE": "<your AUTH_TYPE>",
"ICEDQ_CLIENT_SECRET": "<your ICEDQ_CLIENT_SECRET>",
"ICEDQ_USERNAME": "<your ICEDQ_USERNAME>",
"ICEDQ_PASSWORD": "<your ICEDQ_PASSWORD>",
"TOKENS_PATH": "<your TOKENS_PATH>",
"ICEDQ_ORG_ID": "<your ICEDQ_ORG_ID>",
"VERIFY_SSL": "<your VERIFY_SSL>",
"REQUEST_TIMEOUT": "<your REQUEST_TIMEOUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.icedq-tools%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.icedq-tools%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.icedq-tools%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
icedq-tools
Available versions (4)
| Version | Published |
|---|---|
| 2.0.3 | Sep 17, 2026 |
| 2.0.2 | Sep 17, 2026 |
| 2.0.0 | Sep 15, 2026 |
| 1.0.3 | Aug 12, 2026 |
Frequently asked questions
- Who maintains iceDQ MCP Server?
- iceDQ MCP Server is maintained by icedq-tools, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is iceDQ MCP Server listed on the Official MCP Registry?
- Yes — iceDQ MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does iceDQ MCP Server have?
- MCP Toplist tracks 4 versions of iceDQ MCP Server, most recently published on Sep 17, 2026.
- Where can I find the source code for iceDQ MCP Server?
- The source code for iceDQ MCP Server is hosted at github.com/icedq-tools/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.