yandex-tracker-mcp
Verified Safeby aikts
Overview
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs for issue, queue, user, and workflow management.
Installation
uvx yandex-tracker-mcp@latestEnvironment Variables
- TRACKER_TOKEN
- TRACKER_CLOUD_ORG_ID
- TRACKER_ORG_ID
Security Notes
The server implements multiple robust authentication mechanisms including static OAuth, IAM tokens, and dynamic IAM via service accounts, as well as a full OAuth 2.0 provider with refresh token support. When using Redis for OAuth data or caching, it supports Fernet encryption for tokens at rest and SHA-256 hashing for Redis keys. Secrets are expected to be provided via environment variables, not hardcoded. The OAuth mode requires the server to be publicly accessible for callback URLs, which is a common pattern for OAuth but requires careful network configuration. There are no obvious 'eval', obfuscation, or malicious patterns.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.