Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENPROJECT_URLYesInstance 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_KEYYesThe API key from 'My account', 'Access tokens'.
OPENPROJECT_TIMEOUT_MSNoPer-request timeout in milliseconds.15000
OPENPROJECT_MAX_TEXT_CHARSNoCap on a description or comment handed to the assistant.50000
OPENPROJECT_MAX_RESPONSE_BYTESNoHard 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/Nraitschew/openproject-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server