mcp-jama
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-jamasearch for requirements containing 'login'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-jama
JAMA Cloud(Jama Connect)を Claude Code から操作するための MCP サーバー。
セットアップ
1. 設定ファイルを作成する
mkdir -p ~/.config/mcp-jama
curl -sL https://raw.githubusercontent.com/KeisukeShima/mcp-jama/main/config.json.example \
> ~/.config/mcp-jama/config.json~/.config/mcp-jama/config.json を編集して JAMA Cloud の接続情報を入力する。
2. Claude Code に登録する
claude mcp add jama -s user -e JAMA_CONFIG=~/.config/mcp-jama/config.json -- uvx mcp-jamaその後、claudeのセッションを再起動する。
以上でセットアップ完了。uv がインストールされていない場合は https://docs.astral.sh/uv/getting-started/installation/ を参照。
開発者向け: ローカル実行
pip install -r requirements.txt
cp config.json.example config.json
# config.json を編集して接続情報を入力
python server.pyPyPI への公開
# 1. pyproject.toml のバージョンを上げる
# 2. 再ビルド
rm -rf dist/
hatch build
# 3. アップロード(twine は uvx 経由で実行する)
uvx twine upload dist/*
# 4. コミット・プッシュ
git add pyproject.toml
git commit -m "bump: version x.y.z"
git pushNote:
twine uploadを直接実行するとrequests_toolbeltの依存関係エラーが出るため、uvx twine uploadを使う。
テスト実行
pytest tests/利用可能なツール
ツール | 説明 |
| プロジェクト一覧 |
| アイテム一覧(ページネーション対応) |
| アイテム詳細 |
| キーワード検索 |
| アイテム作成 |
| アイテム更新 |
| トレーサビリティリンク一覧 |
| リンク作成 |
| リンク削除 |
| テストプラン一覧 |
| テストプラン作成 |
| テストサイクル一覧 |
| テストラン一覧 |
| テスト結果記録 |
| コメント追加 |
認証
Basic 認証のみ対応(v1)。SSO/SAML 環境では OAuth 認証が必要になる場合があります(将来バージョンで対応予定)。
必要なライセンス: JAMA API を使用するには Named Creator ライセンス が必要です。Viewer ライセンスでは API アクセス時に 401 A named Creator license is required for access. エラーが返されます。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/KeisukeShima/mcp-jama'
If you have feedback or need assistance with the MCP directory API, please join our Discord server