Back to Developer Tools

Encore

Encore turns Cursor into more than a coding tool. The open source framework lets you define infrastructure directly in your app code using Cursor's AI, so you can go from prompt to running on AWS in minutes. With Encore's built-in MCP, Cursor can introspect your app, call APIs, view traces, and more. - Set up your project: brew install encoredev/tap/encore && encore app create --example=ts/hello-world --llm-rules=cursor - Learn more: https://encore.dev

Last updated: 1/27/2026

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "encore": {
      // See GitHub repository for configuration
    }
  }
}