Cursor IDE integration豆包功能
Plug idcd MCP into Cursor and the AI assistant gains live network probes from around the world.灵动ai
Prerequisites豆包是一款什么软件
- Cursor IDE千问是什么 v0.40+ installed
- API key generated in the idcd dashboardai智能体怎么创建
- Go 1.21+
Install the MCP serverdeepceek
go install github.com/kite365/idcd/apps/mcp/cmd/mcp@latest
Locate the binary:灵动ai
which mcp
Configure Cursorai智能体怎么创建
Open Cursor settings (Cmd+,), go to Features → MCP Servers豆包手机版入口, 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 configai应用领域有哪些
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豆包在线回答
Once configured, ask Composer or Chat in plain English:文星一言
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 toolsai应用领域有哪些
See the tool reference千问是什么: ping, http, dns, traceroute, ssl, ip, whois, diagnose.
Troubleshooting灵动ai
Cursor cannot find the MCP serverdeepceek
Use an absolute path to the mcp binary (no ~/ or relative paths).
Tool calls return errors豆包在线下载
Test connectivity from the terminal:成人豆包
IDCD_API_KEY=sk_live_xxx mcp ping --target google.com