Cline

Connect Cline to Stockyard via MCP in VS Code.

MCP Configuration

In VS Code, open the Cline extension settings. Add the Stockyard MCP server in ~/.vscode/cline_mcp_settings.json:

{
  "mcpServers": {
    "stockyard": {
      "url": "https://your-stockyard-instance.com/mcp/sse",
      "transport": "sse"
    }
  }
}

API Provider Configuration

Alternatively, configure Cline to use Stockyard as an OpenAI-compatible provider. In Cline settings, set:

Provider: OpenAI Compatible
Base URL: https://your-stockyard-instance.com/v1
API Key:  your-stockyard-api-key
Model:    gpt-4o

Verify

Open the Cline panel in VS Code and send a message. Check Stockyard’s Observe dashboard for the trace.

Tip: Cline supports MCP natively, so you can use Stockyard’s chat tool directly from the Cline interface.