Odel
Prism

Prism

Local
@shailesh2001TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@repo-prism/mcp-serverv1.1.1

Run

npx -y @repo-prism/mcp-server

MCP client config

{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": [
        "-y",
        "@repo-prism/mcp-server"
      ]
    }
  }
}