Back to directory
cyanheads/github-mcp-server

cyanheads/github-mcp-server

@cyanheads

A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to manage repositories, issues, pull requests, and code

githubmcpapirepositorytypescriptgitdeprecatedcloud

Installation & Configuration

{\n  "mcpServers": {\n    "github": {\n      "command": "node",\n      "args": ["/path/to/github-mcp-server/build/index.js"],\n      "env": {\n        "GITHUB_TOKEN": "your_github_personal_access_token",\n        "LOG_LEVEL": "info",\n        "SERVER_NAME": "github-mcp-server"\n      }\n    }\n  }\n}

Information

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