Back to Home
liratanak icon

openproject-mcp

Verified Safe

by liratanak

Overview

Connects AI assistants to OpenProject's API v3 for project management operations.

Installation

Run Command
bun run index.ts

Environment Variables

  • OPENPROJECT_URL
  • OPENPROJECT_API_KEY

Security Notes

The server uses environment variables for sensitive API keys, ensuring they are not hardcoded. It communicates with OpenProject via HTTPS. Input validation is performed using Zod schemas for tool parameters. The HTTP server enables broad CORS (Access-Control-Allow-Origin: *), which might be overly permissive if exposed publicly without further access controls, but is common for internal tools or for specific client integrations. Optimistic locking is used for updates to prevent data conflicts. No 'eval' or obvious malicious patterns were found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-13

Tags

OpenProjectAPI IntegrationAI AssistantProject ManagementModel Context Protocol