MCP.so
登录

GitHub MCP Server

@scopweb

关于 GitHub MCP Server

Go-based MCP server that connects GitHub to Claude Desktop, enabling direct repository operations from Claude's interface.

基本信息

分类

版本控制

运行时

go

传输方式

stdio

发布者

scopweb

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is GitHub MCP Server?

A Go-based MCP server that connects GitHub to Claude Desktop, enabling direct repository operations such as listing repos, creating issues, and managing pull requests from Claude’s interface.

How to use GitHub MCP Server?

Install dependencies with go mod tidy, compile the server with go build -o github-mcp.exe main.go, generate a GitHub Personal Access Token with at least the repo scope, set the GITHUB_TOKEN environment variable in the Claude Desktop configuration file (claude_desktop_config.json), and restart Claude Desktop.

Key features of GitHub MCP Server

  • List repositories of the authenticated user
  • Create new repositories
  • Get repository information
  • List branches of a repository
  • List and create pull requests
  • List and create issues

Use cases of GitHub MCP Server

  • Manage GitHub repositories directly from Claude Desktop conversations
  • Automate issue and PR creation without leaving the chat interface
  • Retrieve repository metadata and branch information on demand

FAQ from GitHub MCP Server

What permissions does my GitHub token need for all functions to work?

At minimum, the token requires the repo scope (full control of private repositories). For delete operations or workflow/webhook management, additional scopes like delete_repo, workflow, and admin:repo_hook are needed.

Why do I get a 403 error “Resource not accessible by personal access token”?

Your token does not have sufficient permissions. Generate a new token with the repo scope and restart Claude Desktop after updating the configuration.

Why do I get “null” responses from some tools?

For repositories that are empty or have no PRs/issues, “null” is expected behavior and indicates the MCP server is functioning correctly.

评论

版本控制 分类下的更多 MCP 服务器