MCP Server
MCP
io.github.icedq-tools/mcp-server
MCP Server for iceDQ Data Reliability Platform
Install
npx -y @icedq/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@icedq/mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The base URL of your iceDQ instance (e.g., https://app.icedq.net)",
"isRequired": true,
"format": "string",
"name": "ICEDQ_BASE_URL"
},
{
"description": "The authentication realm name (e.g., icedq or iam.icedq)",
"isRequired": true,
"format": "string",
"name": "ICEDQ_REALM"
},
{
"description": "OAuth client ID for API authentication",
"isRequired": true,
"format": "string",
"name": "ICEDQ_CLIENT_ID"
},
{
"description": "How to authenticate: 'username_password' uses credentials below, 'access_token' uses a token file instead",
"isRequired": true,
"format": "string",
"name": "AUTH_TYPE"
},
{
"description": "OAuth client secret. Required when AUTH_TYPE is 'username_password'.",
"format": "string",
"isSecret": true,
"name": "ICEDQ_CLIENT_SECRET"
},
{
"description": "Your iceDQ username. Required when AUTH_TYPE is 'username_password'.",
"format": "string",
"name": "ICEDQ_USERNAME"
},
{
"description": "Your iceDQ password. Required when AUTH_TYPE is 'username_password'.",
"format": "string",
"isSecret": true,
"name": "ICEDQ_PASSWORD"
},
{
"description": "Path to JSON file containing access_token and refresh_token. Required when AUTH_TYPE is 'access_token'.",
"format": "filepath",
"name": "TOKENS_PATH"
},
{
"description": "Your iceDQ organization ID (e.g., org-iam.icedq)",
"isRequired": true,
"format": "string",
"name": "ICEDQ_ORG_ID"
},
{
"description": "Enable SSL certificate verification. Set to false only for self-signed certs in testing.",
"format": "boolean",
"name": "VERIFY_SSL"
},
{
"description": "Timeout for API requests, in seconds",
"format": "number",
"name": "REQUEST_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment