Skip to content

Connect Cline / Continue

Prerequisites

Using VS Code’s native MCP support with Copilot agent mode instead? See Connect VS Code.

Configuration

Cline stores MCP config at:

  • macOS: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • Windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Add under mcpServers:

{
"mcpServers": {
"wicket": {
"url": "https://mcp.wicket.sh/mcp",
"headers": {
"Authorization": "Bearer <your-member-key>"
}
}
}
}

Or use the Cline sidebar → MCP ServersEdit MCP Settings to open the file directly.

Verify

Open a chat in your extension and ask it to use a tool from your connected connector. Confirm the call appears in the Wicket Audit tab.

Troubleshooting

SymptomLikely cause
No tools availableSettings file path wrong or extension not reloaded
401 UnauthorizedWrong or expired member key — regenerate in Wicket
403 ForbiddenAgent disabled or member not approved
Tool call blockedPolicy deny — check the Audit tab