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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Bitbucket Server MCP
garc33GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Comments