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.
Integrations
Allows GitHub organization management, including listing organizations, repositories, creating repositories, adding collaborators, and updating repository settings using the GitHub API
GitHub 管理器 MCP 服务器
用于 GitHub 管理的模型上下文协议服务器
这个基于 TypeScript 的 MCP 服务器通过 GitHub API 提供了管理 GitHub 组织、存储库和协作者的工具。
特征
GitHub 管理工具
list_orgs
:列出经过身份验证的用户所属的 GitHub 组织list_repos
:列出指定组织中的存储库create_repo
:在组织中创建一个新的存储库add_collaborator
:将协作者添加到存储库update_repo_settings
:更新存储库设置
发展
安装
建造
使用自动重建进行开发
测试
运行单元测试:
运行覆盖测试:
配置
环境变量
GITHUB_TOKEN
:具有所需范围的 GitHub 个人访问令牌
MCP 服务器安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
调试
我们建议使用MCP Inspector ,它可以作为包脚本使用:
检查器将提供一个 URL 来访问浏览器中的调试工具。
You must be authenticated.
这个基于 TypeScript 的 MCP 服务器使用户能够管理一个简单的笔记系统,并能够通过结构化的提示和资源创建和总结笔记。