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 来访问浏览器中的调试工具。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
这个基于 TypeScript 的 MCP 服务器使用户能够管理一个简单的笔记系统,并能够通过结构化的提示和资源创建和总结笔记。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityThis TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.Last updated -22810
- -security-license-qualityA TypeScript-based MCP server that implements a simple notes system, enabling users to manage text notes with creation and summarization functionalities through structured prompts.
- Asecurity-licenseAqualityThis TypeScript-based MCP server implements a simple notes system, allowing the creation, listing, and summarization of text notes using MCP concepts with note:// URIs and metadata.Last updated -1
- Asecurity-licenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -123