Meeba Brain for Claude Desktop
io.github.meemoprasad/meeba-brain
Repository knowledge graph MCP server for codebase understanding and debugging.
client:Claude Desktop
transport:streamable-http
tools:5
Install Meeba Brain in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"meeba-brain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://meeba-context-mcp-469248886325.us-central1.run.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs