mcp-coding-mr
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-coding-mrCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





