A
securityF
licenseA
qualityMCP 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
您好!这是一个 GitHub MCP 服务器,旨在使兼容 MCP 的 LLM(例如 Claude)能够与我的 MCP 服务器通信并与 GitHub API 交互。
npm install
.env
文件,查看.env.example
文件中提供的示例npx tsc
node build/index.js
您可以通过两种方式测试您的 MCP 服务器:
npx @modelcontextprotocol/inspector node build/index.js
MCP主要支持两个功能:
create-issue
:在 GitHub 存储库中创建新问题get-repo-info
:获取有关特定 GitHub 存储库的信息list-issues
:列出 GitHub 存储库中的问题search-repos
:搜索 GitHub 存储库create-issue-description
:为 GitHub 问题生成描述create-pull-request-description
:为 GitHub 拉取请求生成描述search-repos-prompt
:生成用于搜索 GitHub 存储库的查询create-issue-prompt
:生成用于创建 GitHub 问题的参数enhance-github-response
:格式化并增强原始 GitHub API 响应数据您可以编写自己的提示,也可以从 Claude 桌面版 MCP 的“选择集成”选项下拉菜单中选择合适的提示
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器使 Claude 和其他兼容的 LLM 能够与 GitHub API 交互,支持创建问题、检索存储库信息、列出问题和搜索存储库等功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ualUsham/mcp-github'
If you have feedback or need assistance with the MCP directory API, please join our Discord server