Github Project Manager

Github Project Manager

允许在 Github 上管理议题和项目。

远程shell执行
高级AI推理
编程文档访问
AI集成系统
数据与应用分析
访问服务器

Tools

add_issue_comment

Add a comment to an existing issue

update_project_item

Move an item between columns in a GitHub project

create_issue

Create a new issue in a GitHub repository

update_issue

Update an existing issue in a GitHub repository

list_issues

List issues in a GitHub repository with filtering options

get_issue

Get details of a specific issue in a GitHub repository.

create_project

Create a new GitHub project board

add_project_item

Add an issue or pull request to a GitHub project

list_project_items

List items in a GitHub project

create_pull_request

Create a new pull request in a GitHub repository

update_pull_request

Update an existing pull request in a GitHub repository

list_pull_requests

List pull requests in a GitHub repository with filtering options

get_pull_request

Get details of a specific pull request in a GitHub repository

merge_pull_request

Merge a pull request

is_pull_request_merged

Check if a pull request has been merged

create_pull_request_review

Create a review for a pull request

list_pull_request_reviews

List reviews for a pull request

create_pull_request_review_comment

Create a review comment for a pull request

list_pull_request_review_comments

List review comments for a pull request

request_reviewers

Request reviewers for a pull request

remove_requested_reviewers

Remove requested reviewers from a pull request

update_pull_request_branch

Update a pull request branch with the latest upstream changes

README

Monsoft MCPs

Monsoft Solutions, LLC 开发的模型上下文协议 (MCP) 集合,用于增强 AI 助手的功能。

License: MIT CodeRabbit Pull Request Reviews

概述

此存储库包含由 Monsoft Solutions, LLC 开发的模型上下文协议 (MCP) 集合。 这些协议扩展了 AI 助手(如 Claude 和其他 MCP 兼容系统)的功能,使其能够执行其他功能并访问外部资源。

这些 MCP 在 Monsoft Solutions 内部使用,并与社区共享,以帮助推进更强大的 AI 系统的开发。

可用 MCP

可用 MCP 列表和简要说明将在开发完成后添加

安装

前提条件

  • Node.js (v16 或更高版本)
  • npm 或 yarn

设置

  1. 克隆存储库:

    git clone https://github.com/Monsoft-Solutions/model-context-protocols.git
    cd model-context-protocols
    
  2. 安装依赖项:

    npm install
    # 或
    yarn install
    
  3. 构建项目:

    npm run build
    # 或
    yarn build
    

用法

要将这些 MCP 与您的 AI 助手一起使用:

  1. 如上所述构建项目。

  2. 如果需要,为特定的 MCP 设置 .env 文件。 请注意,MCP 服务器将首先尝试从进程环境中获取环境变量,如果找不到,将回退到 .env 文件。

  3. 复制所需 MCP 的 dist/server/index.js 文件的完整路径,并在您的 AI 助手(Cursor、Claude 或任何其他 MCP 使用者)中进行配置。

  4. 或者,您可以按照 模型上下文协议快速入门指南 中的说明设置 MCP。

配置示例

Claude for Desktop

将以下内容添加到您的 Claude Desktop 配置文件:

{
    "mcpServers": {
        "monsoft-mcp-name": {
            "command": "node",
            "args": ["/full/path/to/model-context-protocols/mcp-name/dist/server/index.js"]
        }
    }
}

Cursor

Cursor 的配置说明将稍后添加

贡献

我们欢迎社区的贡献! 如果您想贡献:

  1. Fork 存储库
  2. 创建一个功能分支 (git checkout -b feature/amazing-feature)
  3. 提交您的更改 (git commit -m 'Add some amazing feature')
  4. 推送到分支 (git push origin feature/amazing-feature)
  5. 打开一个 Pull Request

请确保适当地更新测试并遵循项目的代码风格。

许可证

此项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。

关于 Monsoft Solutions

Monsoft Solutions, LLC 是一家专门从事 AI 驱动的解决方案和工具的软件开发公司。 我们致力于提升 AI 助手的功能,并与社区分享我们的工作。

联系方式

如有问题或需要支持,请在此存储库中打开一个 issue,或通过我们的网站与我们联系。

推荐服务器

Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
AIO-MCP Server

AIO-MCP Server

🚀 集成了 AI 搜索、RAG 和多服务(GitLab/Jira/Confluence/YouTube)的一体化 MCP 服务器,旨在增强 AI 驱动的开发工作流程。来自 Folk。

精选
本地
Hyperbrowser

Hyperbrowser

欢迎来到 Hyperbrowser,人工智能的互联网。Hyperbrowser 是下一代平台,旨在增强人工智能代理的能力,并实现轻松、可扩展的浏览器自动化。它专为人工智能开发者打造,消除了本地基础设施和性能瓶颈带来的麻烦,让您能够:

精选
本地
https://github.com/Streen9/react-mcp

https://github.com/Streen9/react-mcp

react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。

精选
本地
MCP Atlassian

MCP Atlassian

适用于 Atlassian Cloud 产品(Confluence 和 Jira)的 Model Context Protocol (MCP) 服务器。此集成专为 Atlassian Cloud 实例设计,不支持 Atlassian Server 或 Data Center 部署。

精选