MCP Configs2026年4月6日·1 分钟阅读

GitHub MCP — Repository Management for AI Agents

Official GitHub MCP server that gives AI agents access to repos, issues, PRs, code search, and Actions. Create branches, review PRs, and manage projects via natural language. 5,000+ stars.

介绍

GitHub MCP is GitHub's official MCP server with 5,000+ GitHub stars. AI agents can manage repos, issues, PRs, code search, and Actions. Ideal for developers who want AI-assisted GitHub workflows.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_TOKEN": "ghp_your-token" }
    }
  }
}

Intro

GitHub MCP is GitHub's official MCP server with 5,000+ GitHub stars. AI agents can manage repos, issues, PRs, code search, and Actions. Ideal for developers who want AI-assisted GitHub workflows.


Source & Thanks

Created by Anthropic. Licensed under MIT.

server-github — ⭐ 5,000+

🙏

来源与感谢

Created by Anthropic. Licensed under MIT.

server-github — ⭐ 5,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。