developer tools mcp server for Zed
io.github.thenextgennexus/developer-tools-mcp-server
Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar
client:Zed
transport:stdio
runtime:npm
Install developer tools mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"developer-tools-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/developer-tools-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs