{
  "markdown": "# the-i18n-kit\n\n[![CI](https://github.com/fabkho/the-i18n-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/fabkho/the-i18n-kit/actions/workflows/ci.yml)\n[![License](https://img.shields.io/npm/l/@the-i18n-kit/mcp?style=flat&colorA=18181b&colorB=4fc08d)](https://github.com/fabkho/the-i18n-kit/blob/main/LICENSE)\n[![Glama score](https://glama.ai/mcp/servers/fabkho/the-i18n-kit/badges/score.svg)](https://glama.ai/mcp/servers/fabkho/the-i18n-kit)\n\n**The i18n toolkit for AI agents and large monorepos.** Find missing keys, remove\ndead ones, and rename across every locale and layer at once — from your agent,\nyour terminal, or your pipeline.\n\n### 📖 [Documentation](https://fabkho.github.io/the-i18n-kit/)\n\n---\n\n## Packages\n\n| Package | Version | What it is |\n|---------|---------|------------|\n| [**@the-i18n-kit/cli**](./packages/cli) | [![npm](https://img.shields.io/npm/v/@the-i18n-kit/cli?style=flat&colorA=18181b&colorB=4fc08d)](https://npmjs.com/package/@the-i18n-kit/cli) | The CLI, and the library every other surface is built on |\n| [**@the-i18n-kit/mcp**](./packages/mcp) | [![npm](https://img.shields.io/npm/v/@the-i18n-kit/mcp?style=flat&colorA=18181b&colorB=4fc08d)](https://npmjs.com/package/@the-i18n-kit/mcp) | MCP server, for AI coding agents |\n| [**@the-i18n-kit/nuxt**](./packages/nuxt) | [![npm](https://img.shields.io/npm/v/@the-i18n-kit/nuxt?style=flat&colorA=18181b&colorB=4fc08d)](https://npmjs.com/package/@the-i18n-kit/nuxt) | Publishes the layer graph Nuxt already resolved |\n\nA GitHub Action and a GitLab CI template ship from this repository too.\n\n## Quick Start\n\n```bash\nnpm install -g @the-i18n-kit/cli\n\nthe-i18n-cli init        # write a config from what it detects\nthe-i18n-cli status      # coverage per locale and per layer\nthe-i18n-cli missing     # what is not translated yet\n```\n\nFor an AI agent, point your MCP host at the server:\n\n```json\n{\n  \"mcpServers\": {\n    \"the-i18n-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@the-i18n-kit/mcp@latest\"]\n    }\n  }\n}\n```\n\n→ [Getting started](https://fabkho.github.io/the-i18n-kit/getting-started/cold-start) ·\n[MCP setup](https://fabkho.github.io/the-i18n-kit/getting-started/agent-setup) ·\n[CLI reference](https://fabkho.github.io/the-i18n-kit/reference/cli)\n\n## Documentation\n\nEverything lives on the [documentation site](https://fabkho.github.io/the-i18n-kit/).\nThe reference sections are generated from the source they describe, so they\ncannot drift from it.\n\n| | |\n|---|---|\n| [Why this toolkit](https://fabkho.github.io/the-i18n-kit/introduction/why) | Who it is for, and who it is not |\n| [Monorepos and layers](https://fabkho.github.io/the-i18n-kit/monorepos/layers-and-consumer-graph) | The consumer graph, shared libraries, misplaced usages |\n| [Frameworks](https://fabkho.github.io/the-i18n-kit/frameworks/detection) | Nuxt, Laravel, Vue, React/Next, generic |\n| [Configuration](https://fabkho.github.io/the-i18n-kit/configuration/where-config-lives) | Where it lives, precedence, every field |\n| [CI/CD](https://fabkho.github.io/the-i18n-kit/ci-cd/github-actions) | The Action and the GitLab template |\n| [CLI](https://fabkho.github.io/the-i18n-kit/reference/cli) · [MCP tools](https://fabkho.github.io/the-i18n-kit/reference/mcp) | Generated reference |\n\n## Development\n\n```bash\npnpm install\npnpm build\npnpm test\npnpm lint\npnpm typecheck\n```\n\n`DEBUG=1` enables verbose logging to stderr. See [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\n[MIT](./LICENSE)\n",
  "bytes": 3466,
  "sha": "7b122b0bda3e91db65e84ed1c5d5a69af94abdddad2ceb283ec10fefb540104a",
  "repo_slug": "fabkho/nuxt-i18n-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fabkho_nuxt_i18n_mcp_b398d7ab/readme"
}