GitHub Inside Claude Code
Rank #54,601io.github.Kirchlive/github-inside-claude-code
Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources
GitHub Inside Claude Code is a Model Context Protocol (MCP) server published by kirchlive. It ranks #54,601 of 115,460 servers tracked on MCP Toplist. GitHub Inside Claude Code is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 18, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 60,859 of 115,460 servers on MCP Toplist.
Use GitHub Inside Claude Code
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add github-inside-claude-code -e "TAVILY_API_KEY=<your TAVILY_API_KEY>" -e "BRAVE_API_KEY=<your BRAVE_API_KEY>" -- uvx gh-tool-use-mcp github-inside-claude-codeReplace each placeholder with your own value before saving.
[mcp_servers.github-inside-claude-code]
command = "uvx"
args = ["gh-tool-use-mcp", "github-inside-claude-code"]
[mcp_servers.github-inside-claude-code.env]
TAVILY_API_KEY = "<your TAVILY_API_KEY>"
BRAVE_API_KEY = "<your BRAVE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"gh-tool-use-mcp",
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<your TAVILY_API_KEY>",
"BRAVE_API_KEY": "<your BRAVE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"gh-tool-use-mcp",
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<your TAVILY_API_KEY>",
"BRAVE_API_KEY": "<your BRAVE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"github-inside-claude-code": {
"type": "stdio",
"command": "uvx",
"args": [
"gh-tool-use-mcp",
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<your TAVILY_API_KEY>",
"BRAVE_API_KEY": "<your BRAVE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"gh-tool-use-mcp",
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<your TAVILY_API_KEY>",
"BRAVE_API_KEY": "<your BRAVE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"gh-tool-use-mcp",
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<your TAVILY_API_KEY>",
"BRAVE_API_KEY": "<your BRAVE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Kirchlive%2Fgithub-inside-claude-code)<a href="https://mcptoplist.com/server/io.github.Kirchlive%2Fgithub-inside-claude-code"><img src="https://mcptoplist.com/badge/io.github.Kirchlive%2Fgithub-inside-claude-code.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kirchlive
Other servers by kirchlive
View all kirchlive servers →Available versions (1)
| Version | Published |
|---|---|
| 0.9.6 | May 18, 2026 |
Frequently asked questions
- Who maintains GitHub Inside Claude Code?
- GitHub Inside Claude Code is maintained by kirchlive, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is GitHub Inside Claude Code listed on the Official MCP Registry?
- Yes — GitHub Inside Claude Code is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does GitHub Inside Claude Code have?
- MCP Toplist tracks 1 version of GitHub Inside Claude Code, most recently published on May 18, 2026.
- Where can I find the source code for GitHub Inside Claude Code?
- The source code for GitHub Inside Claude Code is hosted at github.com/kirchlive/github-inside-claude-code.