Back to Home
aikts icon

yandex-tracker-mcp

Verified Safe

by aikts

Overview

This server acts as a Model Context Protocol (MCP) interface, enabling AI assistants to securely interact with the Yandex Tracker API for managing issues, queues, users, and various other project management functionalities.

Installation

Run Command
python -m mcp_tracker

Environment Variables

  • TRACKER_TOKEN
  • TRACKER_IAM_TOKEN
  • TRACKER_SA_KEY_ID
  • TRACKER_SA_SERVICE_ACCOUNT_ID
  • TRACKER_SA_PRIVATE_KEY
  • TRACKER_CLOUD_ORG_ID
  • TRACKER_ORG_ID
  • OAUTH_ENABLED
  • OAUTH_CLIENT_ID
  • OAUTH_CLIENT_SECRET
  • MCP_SERVER_PUBLIC_URL

Security Notes

The server primarily relies on environment variables for sensitive data (tokens, client secrets), which is good practice. It supports various authentication methods including OAuth 2.0 with PKCE for enhanced security. However, when configured for OAuth, the server explicitly requires a publicly accessible URL for callbacks, which introduces a network exposure point that must be properly secured. Redis caching, if enabled, also requires a secure Redis instance. Overall, robust authentication mechanisms are in place, but network exposure in HTTP/OAuth modes requires careful deployment.

Similar Servers

Stats

Interest Score43
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars31
Forks8
Last Update2025-12-06

Tags

Yandex TrackerMCPAI IntegrationIssue TrackingAPI Gateway