← Back to Plugins
MCP Server MCP

OpenProject

github By github 👁 1 views ▲ 0 votes

87 tools for the OpenProject API v3: work packages, attachments, git activity, time, reporting

Homepage Verified source GitHub

Install

uvx openproject-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "openproject-mcp-server",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenProject instance root URL, e.g. https://openproject.example.com",
          "isRequired": true,
          "format": "string",
          "name": "OPENPROJECT_URL"
        },
        {
          "description": "API key from My account -> Access tokens in OpenProject",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENPROJECT_API_KEY"
        },
        {
          "description": "Set to 1 to serve read tools only",
          "format": "string",
          "name": "OPENPROJECT_MCP_READ_ONLY"
        },
        {
          "description": "Set to 1 to enable the membership-write tools (hidden by default)",
          "format": "string",
          "name": "OPENPROJECT_MCP_ADMIN_TOOLS"
        },
        {
          "description": "Comma-separated tool groups to drop, e.g. meetings,budgets",
          "format": "string",
          "name": "OPENPROJECT_MCP_DISABLE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...