An MCP server that lets local AI agents read and manage OpenProject project data through structured, guarded tools, with write operations requiring explicit confirmation.
{
"mcpServers": {
"openproject-1": {
"command": "uvx",
"args": [
"openproject-ce-mcp"
]
}
}
}