Taiga Remote MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | TCP port the HTTP server listens on. | 3000 |
| SESSION_TTL | No | How long (in seconds) a user session stays valid after login. | 86400 |
| CORS_ORIGINS | No | Allowed CORS origins for browser-based clients. Use * to allow all, or a comma-separated list. | * |
| MCP_SERVER_URL | No | Public-facing URL of this MCP server. Used in OAuth metadata responses and logs. | http://localhost:3000 |
| TAIGA_BASE_URL | Yes | Full URL to your Taiga REST API. No trailing slash. | |
| TAIGA_PASSWORD | No | Password of the Taiga service account. Leave empty for multi-user deployments. | |
| TAIGA_USERNAME | No | Username of the Taiga service account. Leave empty for multi-user deployments. | |
| TAIGA_CACHE_TTL | No | How long (in seconds) to cache static lookups. | 300 |
| TAIGA_MAX_RETRIES | No | Number of retry attempts on transient network errors. | 3 |
| TAIGA_BOOTSTRAP_TOKEN | No | A fixed UUID you generate once. This becomes the permanent Bearer token for the bootstrap session. Leave empty for multi-user deployments. | |
| TAIGA_REQUEST_TIMEOUT | No | Per-request timeout in milliseconds when calling the Taiga API. | 30000 |
| OAUTH_ACCESS_TOKEN_TTL | No | OAuth access token lifetime in seconds. | 3600 |
| TAIGA_TOKEN_REFRESH_THRESHOLD | No | Seconds before a Taiga auth token's age triggers a background refresh. Only relevant in Bootstrap mode. | 72000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues