📦
Openproject MCP Fastmcp
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about Openproject MCP Fastmcp
Powered by Claude · Grounded in docs
I know everything about Openproject MCP Fastmcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
FastMCP HTTP Proxy for OpenProject MCP
HTTP proxy using FastMCP to expose OpenProject MCP Server with HTTP/JSON endpoints and Swagger UI.
Setup
npm install
npm run build
Environment Variables
OPENPROJECT_BASE_URL- OpenProject instance URL (required)OPENPROJECT_API_KEY- OpenProject API key (required)MCP_PORT- HTTP server port (default: 8000)LOG_LEVEL- Logging level: info/debug/silent (default: info)
Running
npm start
Docker
docker build -t openproject-mcp-fastmcp:latest .
docker run -e OPENPROJECT_BASE_URL=https://your-instance.com \
-e OPENPROJECT_API_KEY=your-key \
-p 8000:8000 \
openproject-mcp-fastmcp:latest
API Endpoints
GET /health- Health checkGET /tools- List available toolsPOST /tools/{toolName}/call- Execute toolGET /api-docs- Swagger UIGET /openapi.json- OpenAPI spec
