Pharaoh for Claude Desktop
so.pharaoh/pharaoh
Codebase knowledge graph — architectural awareness for AI coding agents via MCP
client:Claude Desktop
transport:sse
runtime:npm
Install Pharaoh in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pharaoh": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pharaoh.so/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs