Skip to content

Cline / Roo Code / Smithery

Both Cline and Roo Code support MCP servers via the VS Code extension settings.

In your VS Code settings.json (Cmd+Shift+P → “Open User Settings (JSON)”):

{
"cline.mcpServers": {
"klozeo": {
"url": "https://api.klozeo.com/mcp",
"headers": { "Authorization": "Bearer sk_live_your_key" }
}
}
}

Note: If cline.mcpServers is not recognized, check the Cline or Roo Code extension’s README for the current settings key — it may differ between versions.

Restart VS Code. Klozeo tools appear in the Cline/Roo sidebar under MCP Tools.

Klozeo is available as a managed MCP server on Smithery:

  1. Go to smithery.ai and search for Klozeo.
  2. Click Connect and authorize with your Klozeo account.
  3. Copy the generated connection string (it looks like https://mcp.smithery.ai/klozeo?apiKey=...) into the Server URL field of your Smithery workspace configuration.

Add to your Goose config (~/.config/goose/config.yaml):

mcp:
servers:
- name: klozeo
url: https://api.klozeo.com/mcp
headers:
Authorization: "Bearer sk_live_your_key"

Restart Goose. Run goose mcp list to verify the klozeo server appears with 18 tools.