Skip to main content
Glama
leandr92

mcp-openproject-standalone

by leandr92

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENPROJECT_URLNoAlternative for OPENPROJECT_BASE_URL.
OPENPROJECT_API_KEYYesAPI token from OpenProject. Alternatively, use OPENPROJECT_API_TOKEN.
OPENPROJECT_BASE_URLYesURL of your OpenProject instance (e.g., https://your-openproject-instance.com). Alternatively, use OPENPROJECT_URL.
OPENPROJECT_API_TOKENNoAlternative 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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