MCP.so
ログイン

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 npx without 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.

コメント

基本情報

カテゴリ

バージョン管理

ライセンス

MIT license

トランスポート

stdio

作者

yankeguo

「バージョン管理」の他のコンテンツ