Endor provides instant, private, sandboxed environments for your favorite services anywhere Node is available. Run MariaDB, PostgreSQL and many more servers securely and in just a few seconds. Nothing extra to install, everything runs locally. Perfect for AI agents and humans in a hurry. Each service will run in an ephemeral, isolated VM that only exposes the application ports. When you are done,
Add this skill
npx mdskills install endorhq/cliClear MCP server documentation with strong setup guidance but lacks API detail
1# Endor23Endor provides instant, private, sandboxed environments for your favorite services anywhere Node is available. Run MariaDB, PostgreSQL and many more servers securely and in just a few seconds. Nothing extra to install, everything runs locally. Perfect for AI agents and humans in a hurry.45Each service will run in an ephemeral, isolated VM that only exposes the application ports. When you are done, you can exit Endor with CTRL+C and everything is gone without leaving a trace in your system.67MCP mode allows the services to be launched and used from AI tools like agents and IDEs. Your agents can now securely and safely launch database servers or KV stores as part of their capabilities!89An experimental full-networking mode can be optionally enabled, allowing you to run a fully-featured Alpine Linux machine.1011Need a MariaDB database? Just type `endor run mariadb`. Claude Code wants to run a Valkey instance? Just run `endor mcp`.1213**Learn more in the [official documentation](https://docs.endor.dev/cli/overview/)**.1415## Get started1617Install Endor:1819```sh20npm install -g @endorhq/cli21```2223Run your first service:2425```sh26endor run mariadb27```2829You can also run the service without installing the CLI with `npx`:3031```sh32npx -y @endorhq/cli run mariadb33```3435## Supported applications3637- Alpine38- MariaDB39- Memcached40- Redis41- Postgres42- RabbitMQ43- Valkey4445## Connect to your AI agents4647Endor connects to your AI agents using the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction). You can run it directly using `npx`:4849```sh50npx -y @endorhq/cli mcp51```5253Follow these guides to configure your favorite agent tools:5455- [Claude Code](https://docs.endor.dev/mcp/claude-code/)56- [Goose CLI](https://docs.endor.dev/mcp/goose/)57- [Cursor](https://docs.endor.dev/mcp/cursor/)58- [VSCode](https://docs.endor.dev/mcp/vscode/)59- [Windsurf](https://docs.endor.dev/mcp/windsurf/)6061## License6263By using Endor, you accept our [End-User License Agreement (EULA)](https://endor.dev/eula).64
Full transparency — inspect the skill content before installing.