Skip to content
Claude Desktop

cotforce mcp for Claude Desktop

io.github.islobodan/cotforce-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install cotforce mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

cotforce mcp in other clients