Cursor

Getting Started

To connect the remote enVector MCP server with Cursor, configure the setting via the following steps.

  1. Open configuration in Cursor: Open Settings > Tools & MCP > Add Custom MCP.

    enVector MCP Cursor: Open Settings
  2. Configure the setting file .cursor/mcp.json opened by Cursor:

    {
      "mcpServers": {
        "envector-mcp-server": {
          "url": "http://MCPHOST:MCPPORT/mcp",
          "description": "enVector MCP Server"
        }
      }
    }
  3. Check whether the MCP connection succeeded.

    enVector MCP Cursor: Connection Success

Last updated