Back to directory
s2005/mcp-github-server

s2005/mcp-github-server

@s2005

Standalone MCP server for GitHub API enabling file operations, repository management, search functionality, and more

githubmcpapirepositorysearchfile-operationsautomationtypescriptcloud

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17