We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/talhaorak/pytaiga-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•471 B
# Taiga MCP Server Configuration
# Copy this file to .env and fill in your values
# Transport mode (stdio or sse)
TAIGA_TRANSPORT=stdio
# Taiga API base URL
TAIGA_API_URL=http://localhost:9000
# Credentials for auto-authentication on server startup
# When set, the server will automatically authenticate and create a "default" session
# This eliminates the need to pass credentials through the AI conversation
TAIGA_USERNAME=your_username
TAIGA_PASSWORD=your_password