openproject-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENPROJECT_URL | Yes | Instance URL, for example https://projects.example.org. A path prefix is kept, so an instance served under https://example.org/op works. https is added when the scheme is missing. | |
| OPENPROJECT_API_KEY | Yes | The API key from 'My account', 'Access tokens'. | |
| OPENPROJECT_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 15000 |
| OPENPROJECT_MAX_TEXT_CHARS | No | Cap on a description or comment handed to the assistant. | 50000 |
| OPENPROJECT_MAX_RESPONSE_BYTES | No | Hard cap on a single response body. | 4194304 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_userA | Identify the OpenProject account this server authenticates as. Call it first when a question says 'my' or 'me', then pass assignedToMe to search_work_packages. |
| list_projectsA | List the projects visible to this account, with id, name, identifier and description. Pass a returned id as projectId to search_work_packages to scope a search to one project. |
| search_work_packagesA | Search work packages (tasks, bugs, milestones) by full text. Without a query it lists the most recently updated open ones. Returns id, subject, type, status, project, assignee and dates. Pass a returned id to get_work_package for the full description. |
| get_work_packageA | Read one work package in full, including its description, priority, author and progress. Get the id from search_work_packages first. |
| get_work_package_commentsA | Read the comments on one work package, oldest first. Status changes without a comment are omitted. |
| list_statusesA | List the work package statuses configured on this instance. Useful when a question names a status and you need to know whether it exists. |
| list_typesA | List the work package types configured on this instance, for example Task, Bug, Milestone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Nraitschew/openproject-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server