Skip to main content

Cline

VS Code extension for autonomous AI assistance with native MCP support.

Configuration

  1. Open Cline in VS Code (click the Cline icon in the sidebar)
  2. Click the MCP Servers icon in Cline's top navigation
  3. Select the "Configure" tab
  4. Click "Configure MCP Servers"

Add the Marmot server to cline_mcp_settings.json:

{
"mcpServers": {
"marmot": {
"url": "https://<your-marmot-server>/api/v1/mcp",
"headers": {
"X-API-Key": "<your-api-key>"
}
}
}
}

Activation

  1. Save the configuration file
  2. Click the restart button next to the Marmot server entry
  3. Marmot tools will appear in the available tools list