Cline
VS Code extension for autonomous AI assistance with native MCP support.
Configuration
- Open Cline in VS Code (click the Cline icon in the sidebar)
- Click the MCP Servers icon in Cline's top navigation
- Select the "Configure" tab
- 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
- Save the configuration file
- Click the restart button next to the Marmot server entry
- Marmot tools will appear in the available tools list