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

        • -
          security
          A
          license
          -
          quality
          A server that allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol.
          Last updated -
          3
          JavaScript
          MIT License
          • 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
          16
          37
          TypeScript
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          Provides tools for interacting with GitHub's API through the MCP protocol, allowing users to create repositories, push content, and retrieve user information.
          Last updated -
          JavaScript
        • A
          security
          F
          license
          A
          quality
          An MCP server that enables integration with GitHub Enterprise API, allowing users to access repository information, manage issues, pull requests, workflows, and other GitHub features through Cursor.
          Last updated -
          16
          33
          14
          TypeScript
          • 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