Claude Code
Configure Endor with Claude Code CLI for terminal-based AI development.
Endor integrates with AI tools using the Model Context Protocol (MCP). This enables AI agents to run isolated services and recreate development environments instantly.
Endor provides a foundation layer for AI tools, providing isolated services that run in seconds.
After installing Endor CLI, run it in MCP mode:
endor mcp
Endor will start listening using the STDIO
transport.
You can pass the --allow-net
option to enable public network access in the running services. By default, services are fully isolated and they cannot connect to public networks. Read more on Networking.
endor mcp --allow-net
Choose your AI tool for detailed setup instructions:
Claude Code
Configure Endor with Claude Code CLI for terminal-based AI development.
Goose CLI
Connect Endor with Goose CLI for local AI agent development.
Cursor
Integrate Endor with Cursor IDE’s Composer Agent for seamless development.
VSCode
Enable Endor in Visual Studio Code with built-in MCP management.
Windsurf
Set up Endor with Windsurf IDE for team-based AI development.
Once configured, your AI agents can:
AI agents automatically identify when to use Endor based on your development needs, making database and service management seamless.