Back to directory
alsonwangkhem/github-mcp-2

alsonwangkhem/github-mcp-2

@alsonwangkhem

GitHub MCP server for interacting with GitHub API via LLMs like Claude

githubapimcptooltypescriptllm

Installation & Configuration

{
  "mcpServers": {
    "gh": {
      "command": "node",
      "args": [
        "absolute\\path\\to\\your\\index.js\\file"
      ],
      "env": {
        "GITHUB_TOKEN": "your-github-personal-access-token"
      }
    }
  }
}

Information

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