mcp_server_yandex_tracker
Verified Safeby FractalizeR
Overview
Provides an MCP server for Yandex Tracker API integration, enabling LLMs to interact with issues, comments, attachments, projects, and other Yandex Tracker entities.
Installation
npx mcp-server-yandex-trackerEnvironment Variables
- YANDEX_TRACKER_TOKEN
- YANDEX_ORG_ID
- YANDEX_CLOUD_ORG_ID
- LOG_LEVEL
- REQUEST_TIMEOUT
- LOGS_DIR
- PRETTY_LOGS
- LOG_MAX_SIZE
- LOG_MAX_FILES
- TOOL_DISCOVERY_MODE
- ESSENTIAL_TOOLS
- YANDEX_TRACKER_RETRY_ATTEMPTS
- YANDEX_TRACKER_RETRY_MIN_DELAY
- YANDEX_TRACKER_RETRY_MAX_DELAY
Security Notes
Employs modern security practices like environment variables for API tokens and organization IDs, explicit Zod schema validation for all tool inputs, and a clear separation of concerns (API operations, facade, tools). Automated security audits (`gitleaks`, `socket.dev`) are integrated into the development workflow, indicating a proactive approach to supply-chain and secret management. The `ConfigManager` explicitly excludes `apiToken` (or `token`) from saved fields.
Similar Servers
mcp-server-salesforce
Integrates Claude with Salesforce to enable natural language interactions for querying, modifying, and managing Salesforce data and metadata, including Apex code.
conductor-tasks
An intelligent assistant for developers to transform requirements into actionable tasks, generate implementation plans, track progress, and accelerate development, leveraging multiple LLMs and integrating into an editor via MCP or as a CLI.
mcp-todoist
Manage Todoist tasks, projects, labels, subtasks, and comments through natural language via an MCP server integration with Claude.
youtrack-mcp
Integrates AI assistants with JetBrains YouTrack for advanced project management, issue tracking, knowledge base, and time tracking, enabling AI to interact with YouTrack data and workflows.