← Back to Plugins
MCP Server MCP

OpenProject

github By github 👁 1 views ▲ 0 votes

Manage OpenProject projects, work packages, files, relations, boards, users, and notifications.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "openproject-codex-plugin",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root URL of the OpenProject instance",
          "isRequired": true,
          "format": "string",
          "name": "OPENPROJECT_URL"
        },
        {
          "description": "OpenProject API token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENPROJECT_API_TOKEN"
        },
        {
          "description": "Default page size from 1 to 100",
          "format": "string",
          "default": "25",
          "name": "OPENPROJECT_PAGE_SIZE"
        },
        {
          "description": "Request timeout in milliseconds from 1000 to 300000",
          "format": "string",
          "default": "30000",
          "name": "OPENPROJECT_TIMEOUT_MS"
        },
        {
          "description": "API-token authentication mode: basic for broad compatibility or bearer for OpenProject 17.2+",
          "format": "string",
          "default": "basic",
          "name": "OPENPROJECT_AUTH_MODE"
        },
        {
          "description": "Platform-separated directories from which attachment files may be read; defaults to the process working directory",
          "format": "string",
          "name": "OPENPROJECT_ALLOWED_UPLOAD_DIRS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...