a 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.
服务器配置
{
"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"
}
}
}
}