MCP server to manage OpenProject work-packages realized in Java.
1.4K
MCP server to manage OpenProject work-packages realized in Java. The server acts as a proxy to your OpenProject API. The user's' OpenProject API token is used for authentication (not stored in the container!).
See: https://github.com/tmskln/spring-openproject-mcp-server for details.
Contact: https://www.t-klein.de
docker run -d \
-p 8080:8080 \
-e OPENPROJECT_URL=https://${yourOpenProjectURL} \
--tmpfs /tmp \
tmskln/spring-openproject-mcp-server
{
"mcpServers": {
"openproject-mcp": {
"url": "http://127.0.0.1:8080/sse",
"headers": {
"Authorization": "Bearer {YourOpenProjectApiToken}"
}
}
}
}
This product is licensed under the MIT License.
Copyright (c) 2026 Thomas Klein
Third-party dependencies are licensed under their respective licenses. See pom.xml and/or dependency documentation for details.
Content type
Image
Digest
sha256:048ec2569…
Size
206.8 MB
Last updated
13 days ago
docker pull tmskln/spring-openproject-mcp-server