Catalog
GitHub Inside Claude Code
Officialby Kirchlive
Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources
Normalized GitHub CLI bridge supporting 89 operations across multiple federation sources.
README not available yet.
Install
Configuration
Environment variables
TAVILY_API_KEYsecretAPI key for the Tavily federation source (gh_research_tavily_search / gh_research_tavily_research). Required only if those research ops are invoked.
BRAVE_API_KEYsecretAPI key for the Brave Search federation source (gh_research_brave_search). Required only if that research op is invoked.
claude_desktop_config.json
{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}