Skip to content
VS Code

yandex tracker mcp for VS Code

io.github.aponkratov/yandex-tracker-mcp

MCP server for Yandex Tracker API.

client:VS Code transport:stdio runtime:oci

Install yandex tracker mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "yandex-tracker-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

yandex tracker mcp in other clients