stacksfinder for Zed
io.github.hoklims/stacksfinder
Deterministic tech stack recommendations, audits, and project estimates. No hallucinations.
client:Zed
transport:stdio
runtime:npm
Install stacksfinder in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stacksfinder": {
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<STACKSFINDER_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs