{
  "markdown": "# ZetaChain CLI\n\nA command-line interface for building and interacting with\n[ZetaChain](https://www.zetachain.com) universal applications. Seamlessly\ninteract with EVM, Solana, Bitcoin, Sui, and TON, all from one CLI.\n\n## ✨ Features\n\n- Scaffold new ZetaChain universal apps from templates\n- Spin up a local multi-chain development environment (EVM, Solana, etc.) in one\n  command\n- Query cross-chain fees, contracts, balances, cross-chain transaction, tokens,\n  and more\n- Make cross-chain calls between Solana, Sui, Bitcoin, TON, and universal apps\n  on ZetaChain\n- Transfer supported tokens across connected chains\n\n## ✅ Prerequisites\n\n- Node.js ≥ 18\n- Git (for template cloning)\n- (Optional) Docker ≥ 24 for `localnet`\n\n## 🚀 Quick Start\n\nRun without installing:\n\n```bash\nnpx zetachain@next new\n```\n\nOr install globally:\n\n```bash\nnpm install -g zetachain@latest\n```\n\nUse `zetachain@next` for bleeding-edge builds.\n\n## 📘 Examples\n\nCreate a new project:\n\n```bash\nzetachain new\n```\n\nStart localnet:\n\n```bash\nzetachain localnet start\n```\n\nQuery cross-chain balances:\n\n```bash\nzetachain query balances\n```\n\n## 🤖 MCP Server Installation\n\nThe ZetaChain CLI can be used as an MCP (Model Context Protocol) server, allowing AI assistants like Claude Code and Cursor to execute ZetaChain commands.\n\n### Local Installation (Recommended)\n\nInstall locally for full access to your filesystem, accounts, and localnet:\n\n```bash\nnpm install -g zetachain\nzetachain mcp install --client claude    # for Claude Code\n# or\nzetachain mcp install --client cursor    # for Cursor\n```\n\nThen restart your AI editor to activate the MCP server.\n\n**Check installation status:**\n```bash\nzetachain mcp list\n```\n\n**Remove:**\n```bash\nzetachain mcp remove --client claude\n```\n\n### Cloud Installation (Smithery)\n\nFor quick setup without local installation, visit [Smithery](https://smithery.ai/server/@zeta-chain/cli) and click \"One-Click Install\".\n\n⚠️ **Note**: The cloud version runs on remote servers and cannot access your local files, accounts, or localnet.\n\n## 🧭 CLI Reference\n\nFor full command documentation:\n\n```bash\nzetachain docs\n```\n\nOr use `--help` with any command:\n\n```bash\nzetachain accounts --help\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! Please open issues or submit pull requests.\n\n## 📚 Learn More\n\n- [ZetaChain Docs](https://www.zetachain.com/docs)\n- [CLI Docs](https://www.zetachain.com/docs/reference/cli/)\n- [Join Discord](https://discord.gg/zetachain)\n",
  "bytes": 2455,
  "sha": "e425465fc15eb9b99431e992acb5710b0c16a8a30bdf8fc6a907446b2eac0902",
  "repo_slug": "zeta-chain/cli",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_smithery_zeta_chain_cli_077b3f12/readme"
}