5 months ago
Endor lets your AI agents run services like MariaDB, Postgres, Redis, Memcached, Alpine, or Valkey in isolated sandboxes. Get pre-configured applications that boot in less than 5 seconds, with direct AI agent integration for instant development and testing environments.
Overview
Endor MCP Server
Endor enables AI agents to run isolated services and create development and testing environments instantly.
Endor provides a foundation layer for AI tools, providing isolated services that run in seconds.
Installation Guides
What AI Agents Can Do
Once configured, your AI agents can:
- Start services instantly: MariaDB, PostgreSQL, Redis, Valkey, and more
- Create isolated environments: Each service runs in its own sandbox
- Run commands: Execute any Linux command in isolated environments
- Test integrations: Spin up services for testing without local installation
AI agents automatically identify when to use Endor based on your development needs, making database and service management seamless.
Available Services
Endor provides the following pre-configured services:
- Alpine Linux: Lightweight container for general development
- MariaDB: MySQL-compatible database server
- PostgreSQL: Advanced relational database
- Redis: In-memory data structure store
- Valkey: Redis-compatible cache server
- Memcached: High-performance caching system
All services boot in less than 5 seconds and run in isolated Alpine Linux Virtual Machine.
Documentation
For detailed setup instructions and usage examples, visit: https://docs.endor.dev
Server Config
{
"mcpServers": {
"endor": {
"command": "npx -y @endorhq/cli@latest",
"args": [
"mcp",
"--allow-net"
],
"env": {}
}
}
}