mcp-coding-mr
@yankeguo
About mcp-coding-mr
A simple MCP server for CODING MR API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-coding-mr": {
"command": "npx",
"args": [
"@yankeguo/mcp-coding-mr"
]
}
}
}Tools
1Describe a CODING MR (Merge Request)
Overview
What is mcp-coding-mr?
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 programmatically or through conversational interfaces.
How to use mcp-coding-mr?
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.
Key features of mcp-coding-mr
- Simple stdio‑based MCP server design
- Easy to run via
npxwithout global installation - Connects to the CODING MR API with minimal configuration
- Uses environment variables for authentication
- Works with any MCP‑compatible client
Use cases of mcp-coding-mr
- Automate merge request workflows (create, approve, merge) from an AI assistant
- Query and manage CODING merge requests through natural language
- Integrate CODING MR operations into CI/CD or chatops pipelines
- Enable code review automation by connecting an MCP agent to CODING
FAQ from mcp-coding-mr
How do I configure mcp-coding-mr?
Set the environment variables CODING_USERNAME and CODING_PASSWORD, or provide them in the env section of your MCP client’s JSON configuration.
What credentials are required?
You need your CODING account username and password, specified as CODING_USERNAME and CODING_PASSWORD.
Can I run mcp-coding-mr without installing it?
Yes. Use npx @yankeguo/mcp-coding-mr@latest to run the server directly without a global install.
What transport does mcp-coding-mr use?
The server uses the stdio transport, as shown in the example JSON configuration.
Frequently asked questions
How do I configure mcp-coding-mr?
Set the environment variables `CODING_USERNAME` and `CODING_PASSWORD`, or provide them in the `env` section of your MCP client’s JSON configuration.
What credentials are required?
You need your CODING account username and password, specified as `CODING_USERNAME` and `CODING_PASSWORD`.
Can I run mcp-coding-mr without installing it?
Yes. Use `npx @yankeguo/mcp-coding-mr@latest` to run the server directly without a global install.
What transport does mcp-coding-mr use?
The server uses the stdio transport, as shown in the example JSON configuration.
Basic information
More Version Control MCP servers
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Linear MCP Server
clinea private MCP server for accessing Linear
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Comments