Skip to main content
Glama
runitsolutions

mcp-kiwi-tcms

mcp-kiwi-tcms

Kiwi プロセス内の /mcp/Model Context Protocol を提供する Kiwi TCMS プラグインです(Apache/WSGI、JSON Streamable HTTP、SSE なし)。

認証は API キーのみです:Authorization: Bearer kiwi_mcp_… を Django ユーザーにマッピングします。HTTP Basic も OAuth も IdP もありません。

Kiwi イメージへのインストール

RUN pip install --no-cache-dir \
      "mcp-kiwi-tcms @ git+https://github.com/runitsolutions/mcp-kiwi-tcms@<sha>"

Kiwi は kiwitcms.plugins エントリポイント mcp = mcp_kiwi_tcms を読み込むため、URL は /mcp/ にマウントされます。次に:

./manage.py migrate mcp_kiwi_tcms
./manage.py kiwi_mcp_create_key --username <django-user> --name cursor

コマンドは平文トークンを 一度だけ 出力します。git の外部に保存してください。

ポッドからスモークテストします(リクエストが Django に到達する必要があります):

curl -sS -X POST https://tms.seacrets.online/mcp/ \
  -H "Authorization: Bearer kiwi_mcp_…" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{}}}'

Related MCP server: tuskr-mcp-server

Cursor

{
  "mcpServers": {
    "kiwi-tcms": {
      "url": "https://tms.seacrets.online/mcp/",
      "headers": {
        "Authorization": "Bearer kiwi_mcp_…"
      }
    }
  }
}

Django 管理画面(MCP API keys)でキーを失効させるか、revoked_at を設定します。これによってユーザーのパスワードは変更されません。

Kiwi の前段のリバースプロキシが /mcp を HTML ログインページでインターセプトする場合、このプラグインはリクエストを一切受け取りません。そのルーティングはここでは対象外です。

ツール

読み取り:kiwi_pingkiwi_list_productskiwi_list_test_planskiwi_list_test_caseskiwi_get_test_casekiwi_list_test_runskiwi_get_test_run_summarykiwi_list_executionskiwi_list_buildskiwi_list_versionskiwi_list_prioritieskiwi_list_categorieskiwi_list_plan_types

書き込み:kiwi_create_test_plankiwi_add_cases_to_plankiwi_create_test_casekiwi_update_test_casekiwi_create_test_runkiwi_add_cases_to_runkiwi_update_executionkiwi_add_link_to_execution

エスケープハッチ:kiwi_rpc(Kiwi の Class.method;*.remove / *.delete はブロックされます)。リソース kiwi://status。プロンプト summarize_test_run

RPC は キーを所有する Django ユーザーとして 実行されます。

開発

python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest -q
ruff check .

ライセンス:AGPL-3.0-or-later、Kiwi TCMS プラグインと同じです。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

  • Search, document and execute authenticated API calls across 700+ apps via one MCP server

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runitsolutions/mcp-kiwi-tcms'

If you have feedback or need assistance with the MCP directory API, please join our Discord server