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
Provides integration with CODING DevOps platform, allowing management of projects and work items (issues) including listing, searching, creating, and deleting issues with support for setting issue attributes like type and priority.
CODING DevOps MCP Server
CODING DevOps MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器实现,用于与 CODING DevOps 平台进行交互。它提供了一套标准化的接口,使得用户可以方便地管理 CODING 平台上的项目和工作项。
功能特性
- 项目管理
- 列出用户可访问的项目
- 按项目名称搜索项目
- 工作项(Issues)管理
- 创建工作项
- 列出工作项
- 删除工作项
- 支持工作项类型、优先级等属性设置
安装
- Clone this repository:
Copy
- Install dependencies:
Copy
- Build the server:
Copy
配置
服务器需要以下配置项:
- CODING Personal Access Token (必需)
- 项目名称 (可选)
添加到 MCP Client
Copy
功能
项目管理
list_projects
: 列出用户可访问的项目Copy
工作项管理
list_work_items
: 列出工作项Copycreate_work_item
: 创建工作项Copydelete_work_item
: 删除工作项Copy
开发
项目结构
Copy
许可证
本项目采用 MIT 许可证。详见 LICENSE 文件。
You must be authenticated.
Implements Model Context Protocol (MCP) to enable interaction with CODING DevOps platform through standardized interfaces for managing projects and work items.