# Local server

When you have a microservice in the cloud with or without GraphQL Editor backend, you can run a local GraphQL server for your microservice by using the following command:

```
npx gecli cloud server
```

This command will

1. Download your files from GraphQL Editor Cloud to a temporary folder
2. Install packages inside the folder
3. Run `stucco` server and typescript server inside that folder

This command will also react to the changes made inside GraphQL Editor.&#x20;

This is simply the fastest way to spin a local server for your no-code GraphQL Editor system.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.graphqleditor.com/tools/untitled/cloud/local-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
