Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | MCP Server host address (optional) | localhost |
| MCP_PORT | No | MCP Server port (optional) | 8080 |
| MCP_LOG_LEVEL | No | MCP Server log level (optional) | INFO |
| OPENPROJECT_URL | Yes | OpenProject Instance URL (include protocol, e.g., http://localhost:3000) | |
| OPENPROJECT_API_KEY | Yes | OpenProject API Key (40-character token from your user profile → Access Tokens) | |
| OPENPROJECT_MAX_RETRIES | No | Maximum number of retries for API requests (optional) | 3 |
| OPENPROJECT_PAGINATION_SIZE | No | Pagination size for API requests (optional) | 100 |
| OPENPROJECT_CACHE_TIMEOUT_MINUTES | No | Cache timeout in minutes for performance tuning (optional) | 5 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |