Cursor

https://x.com/LumiTeh / https://www.lumiteh.com/ / https://github.com/LumiTeh-hub

Overview

  1. First, review the LumiTeh-MCP documentation to understand how to integrate LumiTeh with Cursor through the MCP Server.

  2. Then, follow the steps in the Cursor MCP Documentation to configure Cursor to use the LumiTeh MCP Server for browser control.

​Server Configuration

To integrate LumiTeh with Cursor, follow these steps: Add the following configuration to your Cursor settings

{
    "mcpServers": {
        "lumiteh-mcp": {
            "url": "https://api.lumiteh.io/mcp",
            // For local development, use:
            // "url": "http://localhost:8000/sse"
            "env": {
                "LUMITEH_API_KEY": "<your-lumiteh-api-key>"
            }
        }
    }
}

Last updated