Back to MCP Servers
Cli
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.
developer-toolspostgresredisaiagent
By endorhq
Installation
npx -y cliConfiguration
{
"mcpServers": {
"cli": {
"command": "npx",
"args": ["-y", "cli"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes