Skip to main content
Glama

GitHub CLI MCP Server

GitHub CLI MCP

一个服务器,使 AI 助手能够通过模型上下文协议 (MCP) 与 GitHub 存储库进行交互。

⚡ 快速入门

# Prerequisites: Node.js v18+ and GitHub CLI installed and authenticated # Install globally npm install -g gh-cli-mcp # Start the server gh-cli-mcp

🤖 与 Claude 一起使用

使用 Claude Code CLI:

claude --mcp "gh-cli-mcp:github-cli:stdio:http://localhost:8888"

使用 Claude Desktop:在“设置”→“工具和集成”中添加 MCP 集成
请参阅安装指南以获取详细说明。

📖 文档

请访问我们的GitHub Wiki获取完整文档:

📊 主要特点

  • 在 Claude 等 AI 助手中使用 GitHub CLI 命令
  • 创建、查看和管理拉取请求
  • 处理问题和存储库
  • 运行和监控 GitHub 工作流程
  • 适用于任何兼容 MCP 的 AI 助手的简单 stdio 集成

📄 许可证

麻省理工学院


-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

一个围绕 GitHub CLI 工具的 MCP 服务器,允许 AI 助手通过拉取请求、问题和存储库操作的命令与 GitHub 存储库进行交互。

  1. ⚡ 快速入门
    1. 🤖 与 Claude 一起使用
  2. 📖 文档
    1. 📊 主要特点
      1. 📄 许可证

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          MCP Server for the GitHub API, providing features for file operations, repository management, and advanced search, with automatic branch creation and comprehensive error handling.
          Last updated -
          18
          1
          4
          TypeScript
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          An MCP server that enables AI assistants to manage GitHub Actions workflows by providing tools for listing, viewing, triggering, canceling, and rerunning workflows through the GitHub API.
          Last updated -
          9
          3
          39
          TypeScript
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server that enables analyzing and querying GitHub repositories through the GitHub Chat API, allowing users to index repositories and ask questions about their code, architecture and tech stack.
          Last updated -
          2
          56
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodingButterBot/gh_cli_mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server