mcp_server_yandex_tracker
Verified Safeby FractalizeR
Overview
Integrate Yandex.Tracker API with AI clients (LLMs) for comprehensive issue, project, comment, and worklog management, enabling automated workflows and enhanced interaction.
Installation
mcp-server-yandex-trackerEnvironment Variables
- YANDEX_TRACKER_TOKEN
- YANDEX_ORG_ID
- YANDEX_CLOUD_ORG_ID
Security Notes
The project prioritizes security by explicitly handling secrets (API tokens, organization IDs) through environment variables only, preventing their persistence in configuration files. The `ConfigManager` is designed with a `safeFields` mechanism to ensure only non-sensitive data is saved. Development practices include `gitleaks` for secret scanning in pre-commit hooks, `dependency-cruiser` for validating dependency graphs to prevent malicious imports, `npm audit`, and `socket.dev` for supply-chain security analysis. Communication with MCP clients utilizes the standard JSON-RPC over stdio, which is generally secure. No 'eval' or obvious obfuscation patterns were observed in the provided code.
Similar Servers
mcp-todoist
Connects Claude with Todoist for comprehensive task and project management through natural language, acting as an AI assistant for productivity.
youtrack-mcp
An enterprise-grade Model Context Protocol (MCP) server for JetBrains YouTrack 2025.2, enabling AI assistants (e.g., Claude, VSCode extensions, Continue.dev, custom connectors) to access and manage YouTrack issues, sprints, dependencies, time tracking, and knowledge base content via a tool-based interface.
yandex-tracker-mcp
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs for issue, queue, user, and workflow management.
gsd-task-manager
A local-first, privacy-focused task manager that integrates with AI assistants (like Claude Desktop) for natural language task creation, management, and analysis using the Eisenhower Matrix.