constellation for Zed
com.shiftinbits/constellation
Code Intelligence Platform for AI Coding Agents
client:Zed
transport:stdio
runtime:npm
Install constellation in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"constellation": {
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<CONSTELLATION_ACCESS_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs