apexapi mcp for Zed
io.github.apexapi/apexapi-mcp
Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key
client:Zed
transport:stdio
runtime:npm
Install apexapi mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
],
"env": {
"APEXAPI_API_KEY": "<APEXAPI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs