Yandex Tracker MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host address | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| REDIS_DB | No | Redis database number | 0 |
| TRANSPORT | No | Transport mode (stdio, streamable-http, sse) | stdio |
| REDIS_PORT | No | Redis server port | 6379 |
| OAUTH_STORE | No | OAuth data storage backend (memory, redis) | memory |
| OAUTH_ENABLED | No | Enable OAuth 2.0 authentication | false |
| TRACKER_TOKEN | No | Your Yandex Tracker OAuth token | |
| REDIS_ENDPOINT | No | Redis server endpoint | localhost |
| REDIS_PASSWORD | No | Redis password (optional) | |
| TRACKER_ORG_ID | No | Your Yandex 360 organization ID | |
| OAUTH_CLIENT_ID | No | OAuth client ID (required when OAuth enabled) | |
| OAUTH_SERVER_URL | No | OAuth server URL | https://oauth.yandex.ru |
| OAUTH_TOKEN_TYPE | No | OAuth token type (Bearer, OAuth, or empty) | |
| OAUTH_USE_SCOPES | No | Whether to use OAuth scopes | true |
| TRACKER_IAM_TOKEN | No | Your IAM token for service-to-service authentication | |
| TRACKER_READ_ONLY | No | Limit OAuth to read-only permissions | false |
| TRACKER_SA_KEY_ID | No | Service account key ID for dynamic IAM token | |
| OAUTH_CLIENT_SECRET | No | OAuth client secret (required when OAuth enabled) | |
| REDIS_POOL_MAX_SIZE | No | Maximum Redis connection pool size | 10 |
| TOOLS_CACHE_ENABLED | No | Enable tools caching | false |
| TRACKER_API_BASE_URL | No | Base URL for the Yandex Tracker API | https://api.tracker.yandex.net |
| TRACKER_CLOUD_ORG_ID | No | Your Yandex Cloud organization ID | |
| TRACKER_LIMIT_QUEUES | No | Comma-separated queue keys to restrict access to specific queues | |
| MCP_SERVER_PUBLIC_URL | No | Public URL of the MCP server (required when OAuth enabled) | |
| TOOLS_CACHE_REDIS_TTL | No | Tools cache TTL in seconds | 3600 |
| TRACKER_SA_PRIVATE_KEY | No | Service account private key for dynamic IAM token | |
| TRACKER_SA_SERVICE_ACCOUNT_ID | No | Service account ID for dynamic IAM token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queues_get_allB | Find all Yandex Tracker queues available to the user (queue is a project in some sense) |
| queue_get_local_fieldsB | Get local fields for a specific Yandex Tracker queue (queue-specific custom fields) |
| queue_get_tagsB | Get all tags for a specific Yandex Tracker queue |
| queue_get_versionsB | Get all versions for a specific Yandex Tracker queue |
| get_global_fieldsB | Get all global fields available in Yandex Tracker that can be used in issues |
| get_statusesB | Get all statuses available in Yandex Tracker that can be used in issues |
| get_issue_typesB | Get all issue types available in Yandex Tracker that can be used when creating or updating issues |
| get_prioritiesB | Get all priorities available in Yandex Tracker that can be used in issues |
| issue_get_urlB | Get a Yandex Tracker issue url by its id |
| issue_getB | Get a Yandex Tracker issue by its id |
| issue_get_commentsB | Get comments of a Yandex Tracker issue by its id |
| issue_get_linksB | Get a Yandex Tracker issue related links to other issues by its id |
| issues_findB | Find Yandex Tracker issues by queue and/or created date |
| issues_countA | Get the count of Yandex Tracker issues matching a query |
| issue_get_worklogsB | Get worklogs of a Yandex Tracker issue by its id |
| issue_get_attachmentsB | Get attachments of a Yandex Tracker issue by its id |
| issue_get_checklistB | Get checklist items of a Yandex Tracker issue by its id |
| users_get_allB | Get information about user accounts registered in the organization |
| user_getB | Get information about a specific user by login or UID |
| user_get_currentB | Get information about the current authenticated user |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| tracker_mcp_configuration | Retrieve configured Yandex Tracker MCP configuration. |
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/aikts/yandex-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server