Skip to content
Cursor

Prism for Cursor

io.github.shailesh200/prism

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

client:Cursor transport:stdio runtime:npm

Install Prism in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "prism": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Prism in other clients