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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ens-ray-nguyen/taiga-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server