mcp server for Cursor
io.github.icedq-tools/mcp-server
MCP Server for iceDQ Data Reliability Platform
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs