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.
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.
Implements Model Context Protocol (MCP) to enable interaction with CODING DevOps platform through standardized interfaces for managing projects and work items.
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- AsecurityFlicenseAqualityA powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.Last updated -6017TypeScript
- -securityAlicense-qualityA server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.Last updated -JavaScriptAGPL 3.0
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript