Skip to content
Zed

Prism for Zed

io.github.shailesh200/prism

Local-first repo intelligence for agents: DNA, health, blast radius, and Dispatch jobs.

client:Zed transport:stdio runtime:npm

Install Prism 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": {
    "prism": {
      "command": "npx",
      "args": [
        "-y",
        "@repo-prism/mcp-server"
      ],
      "env": {
        "PRISM_WORKSPACE": "<PRISM_WORKSPACE>",
        "CURSOR_API_KEY": "<CURSOR_API_KEY>",
        "PRISM_DISPATCH_ROLE": "<PRISM_DISPATCH_ROLE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Prism in other clients