Cline / Roo Code / Smithery
Cline & Roo Code
Section titled “Cline & Roo Code”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.mcpServersis 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.
Smithery
Section titled “Smithery”Klozeo is available as a managed MCP server on Smithery:
- Go to smithery.ai and search for Klozeo.
- Click Connect and authorize with your Klozeo account.
- 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.