Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

constellation in other clients