Skip to main content
Glama
raynguyen256

Taiga Remote MCP Server

by raynguyen256

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoTCP port the HTTP server listens on.3000
SESSION_TTLNoHow long (in seconds) a user session stays valid after login.86400
CORS_ORIGINSNoAllowed CORS origins for browser-based clients. Use * to allow all, or a comma-separated list.*
MCP_SERVER_URLNoPublic-facing URL of this MCP server. Used in OAuth metadata responses and logs.http://localhost:3000
TAIGA_BASE_URLYesFull URL to your Taiga REST API. No trailing slash.
TAIGA_PASSWORDNoPassword of the Taiga service account. Leave empty for multi-user deployments.
TAIGA_USERNAMENoUsername of the Taiga service account. Leave empty for multi-user deployments.
TAIGA_CACHE_TTLNoHow long (in seconds) to cache static lookups.300
TAIGA_MAX_RETRIESNoNumber of retry attempts on transient network errors.3
TAIGA_BOOTSTRAP_TOKENNoA fixed UUID you generate once. This becomes the permanent Bearer token for the bootstrap session. Leave empty for multi-user deployments.
TAIGA_REQUEST_TIMEOUTNoPer-request timeout in milliseconds when calling the Taiga API.30000
OAUTH_ACCESS_TOKEN_TTLNoOAuth access token lifetime in seconds.3600
TAIGA_TOKEN_REFRESH_THRESHOLDNoSeconds 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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