Back to directory
@modelcontextprotocol/server-github

@modelcontextprotocol/server-github

@axlwolf0

An MCP server for the GitHub API, providing functionalities for file operations, repository management, and search.

githubrepositoryapicodeissuespull-requestscontext

Installation & Configuration

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/9
Updated
2025/4/9