Prism
Local-first repo intelligence for agents: DNA, health, blast radius, and Dispatch jobs.
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_KEYsecret — 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
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry