Skip to main content
Glama

Yandex Tracker MCP

smithery.yaml1.14 kB
runtime: "container" startCommand: type: "stdio" configSchema: type: "object" properties: trackerToken: type: "string" description: "Yandex Tracker OAuth token" trackerIamToken: type: "string" description: "Yandex IAM token for service-to-service authentication" cloudOrgId: type: "string" description: "Yandex Cloud Org Id" orgId: type: "string" description: "Yandex 360 Org Id" required: [] exampleConfig: trackerBaseUrl: "https://api.tracker.yandex.net" trackerToken: "some-tracker-token" cloudOrgId: "someCloudOrgId" commandFunction: |- (config) => ({ "command": "python", "args": ["-m", "mcp_tracker"], "env": { "TRANSPORT": "stdio", "TRACKER_API_BASE_URL": config.trackerBaseUrl, "TRACKER_TOKEN": config.trackerToken || "", "TRACKER_IAM_TOKEN": config.trackerIamToken || "", "TRACKER_CLOUD_ORG_ID": config.cloudOrgId || "", "TRACKER_ORG_ID": config.orgId || "" } }) build: dockerfile: "smithery.Dockerfile" dockerBuildPath: "."

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aikts/yandex-tracker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server