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.
基本情報
「バージョン管理」の他のコンテンツ
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version

GitLab
modelcontextprotocolModel Context Protocol Servers
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
コメント