A remote MCP server for Taiga project management that enables multiple users to connect simultaneously with their own Taiga accounts via OAuth 2.1, providing access to Taiga resources through the Model Context Protocol.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
process.env. You'll be asked to provide them before it can run.CORS_ORIGINS— Allowed CORS origins for browser-based clients. Use to allow all, or a comma-separated list: https://app1.com,https://app2.com.MCP_SERVER_URL— When deployed on Render, the server automatically uses Render's default public URL (RENDER_EXTERNAL_URL) as if you did not set MCP_SERVER_URL manually.OAUTH_ACCESS_TOKEN_TTL— 3600 OAuth access token lifetime in seconds. Refresh tokens remain usable until SESSION_TTL is reached.PORT— 3000 TCP port the HTTP server listens on.SESSION_TTL— 86400 How long (in seconds) a user session stays valid after login. 86400 = 24 hours. After expiry the user must log in again.TAIGA_BASE_URL— for example https://taiga.example.com/api/v1TAIGA_BOOTSTRAP_TOKEN— A fixed UUID you generate once. This becomes the permanent Bearer token for the bootstrap session. Generate with: node -e "console.log(require('crypto').randomUUID())"TAIGA_CACHE_TTL— 300 How long (in seconds) to cache static lookups — project members, issue types, statuses, priorities. Reduces repeated API calls. 300 = 5 minutes.TAIGA_MAX_RETRIES— 3 Number of retry attempts on transient network errors before giving up.TAIGA_PASSWORD— (Bootstrap only) Password of the Taiga service account. Leave empty for multi-user deployments.TAIGA_REQUEST_TIMEOUT— 30000 Per-request timeout in milliseconds when calling the Taiga API. 30000 = 30 seconds.TAIGA_TOKEN_REFRESH_THRESHOLD— 72000 Seconds before a Taiga auth token's age triggers a background refresh. Default is 20 hours. Only relevant in Bootstrap mode.TAIGA_USERNAME— (Bootstrap only) Username of the Taiga service account. Leave empty for multi-user deployments.[](https://m8ven.ai/mcp/raynguyen256-taiga-mcp-remote-1huzf1)