Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

login

Authenticate users to Taiga project management platform by logging in with username and password, generating a session_id for secure, authenticated API interactions.

Instructions

Logs into a Taiga instance using username/password and returns a session_id for subsequent authenticated calls.

Input Schema

NameRequiredDescriptionDefault
hostYes
passwordYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "host": { "title": "Host", "type": "string" }, "password": { "title": "Password", "type": "string" }, "username": { "title": "Username", "type": "string" } }, "required": [ "host", "username", "password" ], "title": "loginArguments", "type": "object" }

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/talhaorak/pytaiga-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server