GitLumen MCP for Claude Desktop
io.github.gitlumen-team/gitlumen-mcp
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
client:Claude Desktop
transport:streamable-http
Install GitLumen MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gitlumen-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-github-screen.gitlumen.com/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