We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
concept_cli_editor.md•670 B
---
createdAt: 2024-08-11
updatedAt: 2025-11-22
title: Editor Commands
description: Learn how to use the Intlayer editor commands.
keywords:
- Editor
- Visual Editor
- CLI
- Intlayer
slugs:
- doc
- concept
- cli
- editor
---
# Editor commands
The `editor` command rewrap the `intlayer-editor` commands.
> To be able to use the `editor` command, the `intlayer-editor` package must be installed. (See [Intlayer Visual Editor](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_visual_editor.md))
```json fileName="package.json"
"scripts": {
"intlayer:editor:start": "npx intlayer editor start --with 'next dev --turbopack'"
}
```