Cursor

Cursor is an AI-powered code editor that supports MCP servers.

Setup

  1. Open your project in Cursor

  2. Create or edit the file .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "edgetag": {
      "url": "https://mcp.edgetag.io/sse"
    }
  }
}
  1. Restart Cursor or reload the window

  2. When you first use an EdgeTag tool, your browser will open for authentication

Verify the connection

Open the Cursor chat and type:

"Show me my EdgeTag domains"

You should see the EdgeTag tools being called in the chat response.

Requirements

  • Cursor with MCP support

  • An EdgeTag account

Last updated

Was this helpful?