mcp-github

bryarpatch36/mcp-github
★ 0 stars Python 🔍 Search Updated 2d ago
GitHub MCP server for Lume — search and read GitHub repos, issues, PRs, and commits.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-github": {
      "command": "uvx",
      "args": [
        "mcp-github"
      ]
    }
  }
}

Or install with pip: pip install mcp-github

README Excerpt

GitHub MCP server for [Lume](https://pa.bryar.tech) — the first non-built-in plugin in the Lume marketplace, used to validate the third-party plugin flow end to end. Read-only in v1. Lets the assistant search and read GitHub repos, issues, pull requests, commits, and file contents on the user's behalf, scoped to whatever the user's personal access token can see.

Tools (9)

get_file_contentsget_issueget_pull_requestlist_commitslist_issueslist_pull_requestssearch_codesearch_issuessearch_repositories