aihot mcp for Zed
io.github.jing7ao/aihot-mcp
AI HOT 资讯 MCP Server - 让 Claude Code 直接获取 AI 行业日报和动态
client:Zed
transport:stdio
runtime:npm
Install aihot mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aihot-mcp": {
"command": "npx",
"args": [
"-y",
"aihot-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs