Skip to main content
Glama

Yandex Tracker MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host0.0.0.0
PORTNoServer port8000
REDIS_DBNoRedis database number0
TRANSPORTNoTransport mode (stdio, sse, streamable-http)stdio
REDIS_PORTNoRedis server port6379
OAUTH_STORENoOAuth storage backend (redis, memory)memory
OAUTH_ENABLEDNoEnable OAuth authenticationfalse
TRACKER_TOKENNoYour Yandex Tracker OAuth token
REDIS_ENDPOINTNoRedis server endpointlocalhost
REDIS_PASSWORDNoRedis server password
TRACKER_ORG_IDNoYour Yandex 360 organization ID
OAUTH_CLIENT_IDNoOAuth client ID
OAUTH_SERVER_URLNoOAuth server URLhttps://oauth.yandex.ru
TRACKER_READ_ONLYNoEnable read-only modefalse
OAUTH_CLIENT_SECRETNoOAuth client secret
REDIS_POOL_MAX_SIZENoRedis connection pool maximum size10
TOOLS_CACHE_ENABLEDNoEnable Redis caching for toolsfalse
TRACKER_API_BASE_URLNoYandex Tracker API base URLhttps://api.tracker.yandex.net
TRACKER_CLOUD_ORG_IDNoYour Yandex Cloud organization ID
TRACKER_LIMIT_QUEUESNoComma-separated queue keys to restrict access to specific queues
MCP_SERVER_PUBLIC_URLNoPublic URL for MCP server (required for OAuth)
TOOLS_CACHE_REDIS_TTLNoRedis cache TTL in seconds3600

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
queues_get_all

Find all Yandex Tracker queues available to the user (queue is a project in some sense)

queue_get_local_fields

Get local fields for a specific Yandex Tracker queue (queue-specific custom fields)

queue_get_tags

Get all tags for a specific Yandex Tracker queue

queue_get_versions

Get all versions for a specific Yandex Tracker queue

get_global_fields

Get all global fields available in Yandex Tracker that can be used in issues

get_statuses

Get all statuses available in Yandex Tracker that can be used in issues

get_issue_types

Get all issue types available in Yandex Tracker that can be used when creating or updating issues

issue_get_url

Get a Yandex Tracker issue url by its id

issue_get

Get a Yandex Tracker issue by its id

issue_get_comments

Get comments of a Yandex Tracker issue by its id

issue_get_links

Get a Yandex Tracker issue related links to other issues by its id

issues_find

Find Yandex Tracker issues by queue and/or created date

issues_count

Get the count of Yandex Tracker issues matching a query

issue_get_worklogs

Get worklogs of a Yandex Tracker issue by its id

issue_get_attachments

Get attachments of a Yandex Tracker issue by its id

users_get_all

Get information about user accounts registered in the organization

user_get

Get information about a specific user by login or UID

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/aikts/yandex-tracker-mcp'

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