Yandex Tracker Mcp Server

Created By
aiktsa year ago
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. Integrate seamlessly with various AI clients using stdio or SSE transports.
Overview

Yandex Tracker MCP Server

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs. This server provides secure, authenticated access to Yandex Tracker issues, queues, comments, worklogs, and search functionality with optional Redis caching for improved performance.

Features

  • Complete Queue Management: List and access all available Yandex Tracker queues with pagination support and tag retrieval
  • User Management: Retrieve user account information, including login details, email addresses, license status, and organizational data
  • Issue Operations: Retrieve detailed issue information, comments, related links, worklogs, and attachments
  • Field Management: Access global fields, queue-specific local fields, statuses, and issue types
  • Advanced Query Language: Full Yandex Tracker Query Language support with complex filtering, sorting, and date functions
  • Performance Caching: Optional Redis caching layer for improved response times
  • Security Controls: Configurable queue access restrictions and secure token handling
  • Multiple Transport Options: Support for stdio and SSE transports
  • Organization Support: Compatible with both standard and cloud organization IDs

Server Config

{
  "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"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
aikts
Star
-
Language
-
License
-
Category

Recommend Servers

View All