Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENPROJECT_URL | Yes | Your OpenProject instance URL | |
| OPENPROJECT_API_KEY | Yes | API key from OpenProject |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projects | List all projects in OpenProject |
| get_work_package | Get a specific work package by ID |
| list_work_packages | List work packages with optional filters |
| get_children | Get child work packages of a parent |
| list_statuses | List all available statuses |
| list_types | List all work package types (Feature, Task, Bug, etc.) |
| get_user | Get user information |
| create_work_package | Create a new work package (Task) |
| update_work_package | Update an existing work package |
| log_time | Log time entry for a work package |
| raw_api_call | Make a raw API call to any OpenProject endpoint |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |