Cline

Clinearrow-up-right is an autonomous AI coding agent. To use the remote enVector MCP server with Cline, configure cline_mcp_settings.json as the following steps:

  1. Open VSCode and Install Cline in Extensions.

  2. Open Cline tab and click setting icon in Manage MCP Servers.

    enVector MCP Cline: Open Setting
  3. Configure cline_mcp_settings.json from 'Configure MCP Servers' in 'Configure'.

    {
      "mcpServers": {
        "envector-mcp-server": {
          "timeout": 60,
          "url": "http://MCPHOST:MCPPORT/mcp",
          "type": "streamableHttp",
          "disabled": false
        }
      }
    }
    enVector MCP Cline: Complete Setting

Last updated