MCP server that visualizes GitHub issue/PR relationship graphs as interactive mindmaps
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gh-claude-fatbrainma": {
"command": "npx",
"args": [
"-y",
"jsheffie/gh-claude-fatbrainmap-mcp"
]
}
}
}
Run in terminal:
claude mcp add gh-claude-fatbrainma npx -y jsheffie/gh-claude-fatbrainmap-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gh-claude-fatbrainma": {
"command": "npx",
"args": [
"-y",
"jsheffie/gh-claude-fatbrainmap-mcp"
]
}
}
}