huntflow mcp for Zed
io.github.theyahia/huntflow-mcp
MCP server for HuntFlow ATS API — vacancies, candidates, applicants for recruiting.
client:Zed
transport:stdio
runtime:npm
Install huntflow mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"huntflow-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/huntflow-mcp"
],
"env": {
"HUNTFLOW_TOKEN": "<HUNTFLOW_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs