github-mcp

OnliestWizard/github-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
a GitHub MCP server that connects your repos to Claude.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "OnliestWizard/github-mcp"
      ]
    }
  }
}

README Excerpt

A GitHub MCP server that connects your repos directly to Claude. ```bash npm install -g github-mcp ``` 1. Generate a GitHub Personal Access Token: - GitHub → Settings → Developer Settings → Personal Access Tokens → Tokens (classic) - Scopes needed: `repo`, `read:user` 2. Create a `.env` file: ```bash

Tools (7)

get_commitsget_fileget_readmeget_repoget_treelist_repossearch_code