hh mcp for Zed
io.github.theyahia/hh-mcp
MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints,
client:Zed
transport:stdio
runtime:npm
Install hh mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hh-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/hh-mcp"
],
"env": {
"API_KEY": "<API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs