Home › Other › Prism

Prism

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

TypeScript
★ 10 stars Last pushed 2026-09-18 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.1)

npx -y @repo-prism/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": [
        "-y",
        "@repo-prism/[email protected]"
      ],
      "env": {
        "PRISM_WORKSPACE": "<YOUR_VALUE>",
        "CURSOR_API_KEY": "<YOUR_VALUE>",
        "PRISM_DISPATCH_ROLE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PRISM_WORKSPACE — Optional override when the MCP client starts from a directory outside the project.
  • CURSOR_API_KEY secret — Optional override to spawn local Cursor SDK workers. Prefer prism init / first start_job (Cursor.auth.login). Do not put this in mcp.json for normal use.
  • PRISM_DISPATCH_ROLE — Set to worker to skip Intelligence tools and hide start_job / start_my_day / init. Dispatch job agents do not attach Prism MCP.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry