mcp-openproject-standalone
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENPROJECT_URL | No | Alternative for OPENPROJECT_BASE_URL. | |
| OPENPROJECT_API_KEY | Yes | API token from OpenProject. Alternatively, use OPENPROJECT_API_TOKEN. | |
| OPENPROJECT_BASE_URL | Yes | URL of your OpenProject instance (e.g., https://your-openproject-instance.com). Alternatively, use OPENPROJECT_URL. | |
| OPENPROJECT_API_TOKEN | No | Alternative for OPENPROJECT_API_KEY. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsA | List all visible OpenProject projects |
| get_projectA | Get details of a specific project by ID |
| list_work_packagesA | List all work packages in a given project |
| get_work_packageA | Get details of a specific work package by ID |
| create_work_packageC | Create a new work package in a project |
| update_work_packageA | Update an existing work package. Automatically validates status transitions according to OpenProject workflow rules. If you try to set an invalid status (e.g., directly from "Новый" to "Выполнено"), it will return an error with available statuses. Use get_available_statuses to see valid transitions. |
| list_statusesA | List all available statuses in OpenProject |
| get_available_statusesA | Get available status transitions for a specific work package (workflow). Returns current status and all statuses that can be set for this work package. |
| add_commentB | Add a comment to a work package |
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/leandr92/mcp-openproject-standalone'
If you have feedback or need assistance with the MCP directory API, please join our Discord server