← Back to Plugins
MCP Server MCP

GitHub Inside Claude Code

github By github 👁 1 views ▲ 0 votes

Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources

Homepage Verified source GitHub

Install

uvx github-inside-claude-code

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "github-inside-claude-code",
      "version": "0.9.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "gh-tool-use-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "API key for the Tavily federation source (gh_research_tavily_search / gh_research_tavily_research). Required only if those research ops are invoked.",
          "format": "string",
          "isSecret": true,
          "name": "TAVILY_API_KEY"
        },
        {
          "description": "API key for the Brave Search federation source (gh_research_brave_search). Required only if that research op is invoked.",
          "format": "string",
          "isSecret": true,
          "name": "BRAVE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...