CODING DevOps MCP Server

by yupengfei1209

2 stars
168 downloads
Not rated
GitHub

About

Interact with the CODING DevOps platform for managing projects and work items.

Details

Author
yupengfei1209
GitHub stars
2
Downloads
168
Categories
Developer Tools, Infrastructure, Project Management, Cloud Service

- List projects accessible to the user
- Search projects by name
- Create, list, and delete work items
- Support work item type, priority, and other attributes

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CODING DevOps MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, and build the server with npm run build. Configure by setting the CODING_TOKEN environment variable (required) and optionally PROJECT for a default project. Add the server to your MCP client configuration as shown in the README.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "coding devops mcp server": {
            "coding-devops": {
                "command": "node",
                "args": [
                    "/your_path/coding_devops_mcp_server/build/index.js"
                ],
                "env": {
                    "CODING_TOKEN": "",
                    "PROJECT": ""
                }
            }
        }
    }
}

McpServers

{
    "coding-devops": {
        "command": "node",
        "args": [
            "/your_path/coding_devops_mcp_server/build/index.js"
        ],
        "env": {
            "CODING_TOKEN": "",
            "PROJECT": ""
        }
    }
}

CODING DevOps MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器实现,用于与 CODING DevOps 平台进行交互。它提供了一套标准化的接口,使得用户可以方便地管理 CODING 平台上的项目和工作项。

git clone https://github.com/yupengfei1209/coding_devops_mcp_server.git cd coding_devops_mcp_server

- CODING Personal Access Token (必需)
- 项目名称 (可选)

{ "mcpServers": { "coding-devops": { "command": "node", "args": [ "/your_path/coding_devops_mcp_server/build/index.js" ], "env": { "CODING_TOKEN": "coding-token", "PROJECT": "default project" // 默认项目,可选配置 }, "disabled": false, "autoApprove": [] }, } }

- list_projects: 列出用户可访问的项目

// 可选参数 { projectName?: string; // 按项目名称筛选 }
// 参数 { projectName: string; issueType?: string; limit?: string; offset?: string; sortKey?: string; sortValue?: string; }
// 参数 { projectName: string; name: string; type: string; priority: string; description: string; }
// 参数 { projectName: string; issueCode: number; }
src/ ├── api/ # API 实现 ├── config/ # 配置相关 ├── tools/ # 工具实现 │ ├── issue/ # 工作项相关功能 │ └── project/ # 项目相关功能 ├── errors.ts # 错误定义 └── index.ts # 主入口文件

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.

Objective-native planning board for agent-led development

An engineering governance and safety control plane for AI coding agents to enforce strict SDLC discipline, quality gates, and security branch protections.

A planning and orchestration system for AI-driven software development.

Manage Azure DevOps projects, work items, builds, and releases.

Interact with Azure DevOps for managing projects, pipelines, and repositories.

Integrate with Azure DevOps services to manage work items, repositories, and pipelines.

Integrates with Azure DevOps, allowing interaction with its services. Requires a Personal Access Token (PAT) for authentication.

An MCP server for Azure DevOps, enabling AI assistants to interact with Azure DevOps APIs.

Integrate Azure DevOps with Cursor IDE. Provides over 60 tools using PAT authentication, no CLI needed.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.