Skip to content
Cline

cotforce mcp for Cline

io.github.islobodan/cotforce-mcp

Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought.

client:Cline transport:stdio runtime:npm

Install cotforce mcp in Cline

~/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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cotforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "env": {
        "MODE": "<MODE>",
        "API_BASE_URL": "<API_BASE_URL>",
        "MODEL": "<MODEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cotforce mcp in other clients