Cursor IDE / Cloud integration
First create and copy one MCP token from the dashboard.
Cursor IDE
Save this as your personal global configuration at ~/.cursor/mcp.json:
{
"mcpServers": {
"idcd": {
"url": "https://mcp.idcd.com/mcp",
"headers": {
"Authorization": "Bearer idcd_mcp_replace_with_your_token"
}
}
}
}
Restart Cursor, open Customize → MCPs, and confirm that idcd is connected. Never commit a project-level .cursor/mcp.json that contains your real token.
Cursor Cloud Agent
Open the MCP dropdown at cursor.com/agents, add a personal custom server, and enter:
Name: idcd
Type: HTTP
URL: https://mcp.idcd.com/mcp
Header: Authorization = Bearer idcd_mcp_replace_with_your_token
Cursor Cloud does not support SSE; do not select SSE or use mcp-remote. Cursor encrypts HTTP headers at rest and proxies tool calls through its backend.
Verify
In Cursor Agent, enter:
List the idcd MCP tools, then look up IP information for 8.8.8.8.
The tool list should contain all 13 tools. This setup follows the Cursor MCP documentation and Cloud Agent documentation.