GitHub Inside Claude Code MCP Server
io.github.Kirchlive/github-inside-claude-code
What is the GitHub Inside Claude Code MCP server?
Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources
How to install GitHub Inside Claude Code
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"github-inside-claude-code",
"gh-tool-use-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"github-inside-claude-code",
"gh-tool-use-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"github-inside-claude-code",
"gh-tool-use-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}{
"servers": {
"github-inside-claude-code": {
"type": "stdio",
"command": "uvx",
"args": [
"github-inside-claude-code",
"gh-tool-use-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}claude mcp add github-inside-claude-code --env TAVILY_API_KEY=<YOUR_TAVILY_API_KEY> --env BRAVE_API_KEY=<YOUR_BRAVE_API_KEY> -- uvx github-inside-claude-code gh-tool-use-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.