Cursor IDE integration百度ai app
Plug idcd MCP into Cursor and the AI assistant gains live network probes from around the world.chart gpt
Prerequisitesagi和ai的区别
- Cursor IDE爆款ai下载 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:百度ai app
which mcp
Configure Cursor爆款ai下载
Open Cursor settings (Cmd+,), go to Features → MCP Servers百度ai app, 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石头扫地机器人官网
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 usage爆款ai下载
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 app
Cursor cannot find the MCP serverchart gpt
Use an absolute path to the mcp binary (no ~/ or relative paths).
Tool calls return errors智普ai
Test connectivity from the terminal:trae国际版
IDCD_API_KEY=sk_live_xxx mcp ping --target google.com