Yandex Tracker Mcp Server
@aikts
About Yandex Tracker Mcp Server
Enable AI assistants to securely access and manage Yandex Tracker issues, queues, users, and related data through a comprehensive MCP server. Perform advanced searches, retrieve detailed issue information, and manage queues with optional caching for improved performance. Integrat
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yandex-tracker": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"TRACKER_TOKEN",
"-e",
"TRACKER_CLOUD_ORG_ID",
"-e",
"TRACKER_ORG_ID",
"ghcr.io/aikts/yandex-tracker-mcp:latest"
],
"env": {
"TRACKER_TOKEN": "your_tracker_token_here",
"TRACKER_CLOUD_ORG_ID": "your_cloud_org_id_here",
"TRACKER_ORG_ID": "your_org_id_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Yandex Tracker Mcp Server?
A Model Context Protocol (MCP) server that provides AI assistants with secure, authenticated access to Yandex Tracker APIs—including issues, queues, comments, worklogs, and search—with optional Redis caching for performance.
How to use Yandex Tracker Mcp Server?
Set the required environment variables (TRACKER_TOKEN and either TRACKER_CLOUD_ORG_ID or TRACKER_ORG_ID). Optionally configure transports (stdio, streamable-http, or SSE), queue restrictions, and Redis caching. The server exposes MCP tools such as queues_get_all, issue_get, and issues_find.
Key features of Yandex Tracker Mcp Server
- Complete Queue Management with pagination and tag retrieval
- User account information and organizational data access
- Issue operations: details, comments, links, worklogs, attachments
- Advanced Query Language for complex filtering and sorting
- Optional Redis caching for improved response times
- Configurable queue access restrictions for security
Use cases of Yandex Tracker Mcp Server
- Retrieve and display all queues, their tags, versions, and local fields
- Fetch detailed issue information, comments, and attachments
- Search and count issues using Yandex Tracker Query Language
- Manage worklog entries and related issue links for time tracking
FAQ from Yandex Tracker Mcp Server
What environment variables are required?
A Yandex Tracker OAuth token (TRACKER_TOKEN) and one organization ID (TRACKER_CLOUD_ORG_ID or TRACKER_ORG_ID) are required.
Can I restrict which queues the server can access?
Yes, by setting TRACKER_LIMIT_QUEUES to a comma-separated list of queue keys; all tools respect this restriction.
What transport options are supported?
Stdio, streamable-http, and SSE transports are available via the TRANSPORT environment variable.
Where does cached data live?
Optional Redis caching is configured with CACHE_ENABLED, CACHE_REDIS_ENDPOINT, CACHE_REDIS_PORT, and CACHE_REDIS_DB.
Is there a limit on how many issues a search can return?
Yes, the issues_find tool returns up to 500 issues per page.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments