For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cursor

Host set up for Cursor

Cursor is an AI-powered code editor built as a fork of Visual Studio Code. It enhances the familiar Visual Studio Code experience with conversational AI features that help you write, refactor, and understand code more efficiently.

The examples below use the Developer MCP package (@umbraco-cms/mcp-dev). Replace the package name if you are using a different Umbraco MCP server.

Getting started

  1. Go to Cursor Settings -> Tools & MCP -> Add Custom MCP.

MCP Panel
  1. Add the following code to the config file.

Replace the UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, and UMBRACO_BASE_URL values with your local connection details.

MCP Panel Added
  • The warning above indicates that the number of tools exceeds the limit is expected behaviour.

  • Choose which tools or tool collections you want to enable for your first task.

Selecting only the tools you need helps keep your setup efficient and conversations with your AI assistant more focused.

Last updated

Was this helpful?