Taiga Remote MCP Server
by raynguyen256
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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raynguyen256/taiga-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server