Yandex Tracker Mcp Server
@aikts
Yandex Tracker Mcp Server について
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. Integrat
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Yandex Tracker Mcp Server?
A Model Context Protocol (MCP) server that provides AI assistants with secure, authenticated access to Yandex Tracker APIs—including issues, queues, comments, worklogs, and search—with optional Redis caching for performance.
How to use Yandex Tracker Mcp Server?
Set the required environment variables (TRACKER_TOKEN and either TRACKER_CLOUD_ORG_ID or TRACKER_ORG_ID). Optionally configure transports (stdio, streamable-http, or SSE), queue restrictions, and Redis caching. The server exposes MCP tools such as queues_get_all, issue_get, and issues_find.
Key features of Yandex Tracker Mcp Server
- Complete Queue Management with pagination and tag retrieval
- User account information and organizational data access
- Issue operations: details, comments, links, worklogs, attachments
- Advanced Query Language for complex filtering and sorting
- Optional Redis caching for improved response times
- Configurable queue access restrictions for security
Use cases of Yandex Tracker Mcp Server
- Retrieve and display all queues, their tags, versions, and local fields
- Fetch detailed issue information, comments, and attachments
- Search and count issues using Yandex Tracker Query Language
- Manage worklog entries and related issue links for time tracking
FAQ from Yandex Tracker Mcp Server
What environment variables are required?
A Yandex Tracker OAuth token (TRACKER_TOKEN) and one organization ID (TRACKER_CLOUD_ORG_ID or TRACKER_ORG_ID) are required.
Can I restrict which queues the server can access?
Yes, by setting TRACKER_LIMIT_QUEUES to a comma-separated list of queue keys; all tools respect this restriction.
What transport options are supported?
Stdio, streamable-http, and SSE transports are available via the TRANSPORT environment variable.
Where does cached data live?
Optional Redis caching is configured with CACHE_ENABLED, CACHE_REDIS_ENDPOINT, CACHE_REDIS_PORT, and CACHE_REDIS_DB.
Is there a limit on how many issues a search can return?
Yes, the issues_find tool returns up to 500 issues per page.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント