Serversio.github.tolgee/tolgee
T

Tolgee

io.github.tolgee/tolgee · v1.0.0
● Remote
v1.0.0remote🌐 https://app.tolgee.io/mcp/developer↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.tolgee/tolgee",
  "description": "Your app's translations in Tolgee: search keys, create translations, trigger machine translation",
  "title": "Tolgee",
  "repository": {
    "url": "https://github.com/tolgee/tolgee-platform",
    "source": "github",
    "id": "303766501"
  },
  "version": "1.0.0",
  "websiteUrl": "https://docs.tolgee.io/platform/integrations/mcp_server/setup",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.tolgee.io/mcp/developer",
      "headers": [
        {
          "description": "Tolgee Personal Access Token (tgpat_...) or Project API Key (tgpak_...)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}