Cursor IDE integration焦点ai官网
Plug idcd MCP into Cursor and the AI assistant gains live network probes from around the world.ai下载官方版安装
Prerequisitesagi和ai的区别
- Cursor IDE百度ai app v0.40+ installed
- API key generated in the idcd dashboardai人工智能免费
- Go 1.21+
Install the MCP server焦点ai官网
go install github.com/kite365/idcd/apps/mcp/cmd/mcp@latest
Locate the binary:京灵平台官网
which mcp
Configure Cursorai功能在哪下载
Open Cursor settings (Cmd+,), go to Features → MCP Serversai下载官方版安装, and paste:
{
"mcpServers": {
"idcd": {
"command": "/Users/yourname/go/bin/mcp",
"env": {
"IDCD_API_KEY": "sk_live_your_key_here"
}
}
}
}
Replace the path with the output of which mcp.
Or via project config通往agi之路
Create .cursor/mcp.json at the project root (project-scoped only):
{
"mcpServers": {
"idcd": {
"command": "/path/to/mcp",
"env": {
"IDCD_API_KEY": "sk_live_your_key_here"
}
}
}
}
Example usagetrae国际版
Once configured, ask Composer or Chat in plain English:ai人工智能对话
You: Is my API server api.example.com reachable from Southeast Asia?
AI: [calls http with Singapore + Tokyo nodes]
Result:
Singapore — 200 OK (156ms)
Tokyo — 200 OK (89ms)
Bangkok — connection timeout ❌
Verdict: Thailand egress failing, check CDN configuration.
Available tools京灵平台官网
See the tool reference豆包和ai哪个更好: ping, http, dns, traceroute, ssl, ip, whois, diagnose.
Troubleshooting豆包和ai哪个更好
Cursor cannot find the MCP serversaylo国际版
Use an absolute path to the mcp binary (no ~/ or relative paths).
Tool calls return errors百度ai app
Test connectivity from the terminal:豆包和ai哪个更好
IDCD_API_KEY=sk_live_xxx mcp ping --target google.com