Prism for Grok
io.github.shailesh200/prism
Local-first repo intelligence for agents: DNA, health, blast radius, and Dispatch jobs.
client:Grok
transport:stdio
runtime:npm
Install Prism in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs