CODING DevOps MCP ServerServer

yupengfei1209
GitHub
DevOpsProject ManagementAPI Integration

Loading subscription status...

💡 Description

CODING DevOps MCP Server is a server implementation based on Model Context Protocol (MCP) designed for interaction with the CODING DevOps platform. It provides a standardized interface for managing projects and work items on the CODING platform.

📝 JSON Entries

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

🛠️ Tools

list_issuescreate_issuelist_projectscreate_projectdelete_issuedelete_project

Features

  • Project Management
  • Work Item Management

💬 Example Queries

  • List all projects accessible to the user
  • Create a new work item with specific attributes
  • Delete a work item by its issue code