mcp-coding-mr

by yankeguo

202 downloads
Not rated
GitHub

About

A simple MCP (Model Context Protocol) server that wraps the CODING MR (Merge Request) API, allowing MCP-compatible clients (e.g., AI assistants) to interact with CODING merge requests. It is intended for developers who use CODING and want to manage merge requests…

Details

Author
yankeguo
Downloads
202
Categories
Developer Tools

- Simple stdio‑based MCP server design
- Easy to run via npx without global installation
- Connects to the CODING MR API with minimal configuration
- Uses environment variables for authentication
- Works with any MCP‑compatible client

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 mcp-coding-mr
    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

Run the server using npx @yankeguo/mcp-coding-mr with the environment variables CODING_USERNAME and CODING_PASSWORD set. Alternatively, add the server to your MCP client’s JSON configuration (e.g., for Claude Desktop) with the same environment variables.

coding_mr_describe

Describe a CODING MR (Merge Request)

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcp-coding-mr": {
            "mcp-coding-mr": {
                "command": "npx",
                "args": [
                    "@yankeguo/mcp-coding-mr"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-coding-mr": {
        "command": "npx",
        "args": [
            "@yankeguo/mcp-coding-mr"
        ]
    }
}

mcp-coding-mr

A simple MCP server for CODING MR API

Usage

Manual Setup

Command

npx @yankeguo/mcp-coding-mr

Environment Variables

- CODING_USERNAME
- CODING_PASSWORD

JSON Config

{
  "mcpServers": {
    "coding-mr": {
      "name": "coding-mr",
      "type": "stdio",
      "command": "npx",
      "args": ["@yankeguo/mcp-coding-mr@latest"],
      "env": {
        "CODING_USERNAME": "xxxxxx",
        "CODING_PASSWORD": "xxxxxx"
      }
    }
  }
}

Credits

GUO YANKE, MIT License

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.