🔌 PRISM as MCP Server
Give Claude Code native access to your architecture. Once connected, Claude can query your coherence score, list drifted capabilities, and analyze file impact — without leaving the chat.
1. Add to claude_desktop_config.json
Find this file at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
{
"mcpServers": {
"prism": {
"url": "http://localhost:3000/api/mcp",
"transport": "http"
}
}
}Restart Claude Desktop after saving the config.
2. What Claude can now ask
📊“What's my architecture score?”
⚠️“Which capabilities have drift?”
🔄“Where are the import cycles?”
🧠“What's the cognitive load hotspot?”
📂“Analyze the impact of changing auth/login.ts”
📋“Give me a full architecture brief”