mcp-coding-mr
@yankeguo
关于 mcp-coding-mr
A simple MCP server for CODING MR API
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-coding-mr": {
"command": "npx",
"args": [
"@yankeguo/mcp-coding-mr"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
常见问题
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.
基本信息
版本控制 分类下的更多 MCP 服务器

Github
modelcontextprotocolModel Context Protocol Servers
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Linear MCP Server
clinea private MCP server for accessing Linear
评论