codebeamer-mcp
An MCP (Model Context Protocol) server for Codebeamer ALM. Allows Claude and other MCP clients to read and write projects, trackers, and items in Codebeamer using natural language.
Tools (19)
Read
| Tool | Description |
|---|---|
list_projects |
List all projects |
get_project |
Get project details |
list_trackers |
List trackers in a project |
get_tracker |
Get tracker details |
list_tracker_items |
List items in a tracker |
search_items |
Full-text / cbQL search |
get_item |
Get item summary: ID, name, tracker, status and description. Lightweight — use when you only need to identify the item and read its content |
get_item_details |
Get full structured detail of an item: project, priority, assignees, timestamps, story points, custom fields and test steps. Description omitted — fetch it via get_item |
get_item_relations |
Get outgoing/incoming associations (depends on, blocks, …) |
get_item_references |
Get upstream/downstream traceability references (derived from, covers, …) |
get_item_comments |
Get item comments |
get_item_reviews |
Get Review Hub reviews for an item (result, reviewers, votes) |
get_user |
Get user details |






