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
How to Use Model Context Protocol (MCP) in Cursor
What is MCP?
Model Context Protocol (MCP) is an open protocol that allows you to provide custom tools to agentic LLMs (Large Language Models) in Cursor's Composer feature.
Installation Steps
Open Cursor Settings
Navigate to Cursor Settings > Features > MCP
Click the "+ Add New MCP Server" button
Configure the Server
Name: Give your server a nickname
Type: Select the transport type (stdio or sse)
Command/URL: Enter either:
For SSE servers: The URL of the SSE endpoint
For stdio servers: A valid shell command to run the server