← Index

io.github.islobodan/cotforce-mcp

io.github.islobodan/cotforce-mcp·v1.1.3·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cotforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "env": {
        "MODE": "<mode>",
        "API_BASE_URL": "<api_base_url>",
        "MODEL": "<model>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cotforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "env": {
        "MODE": "<mode>",
        "API_BASE_URL": "<api_base_url>",
        "MODEL": "<model>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @slbdn/cotforce-mcp
§02  Environment variables
MODE

LLM call mode: auto, direct, or sampling

API_BASE_URL

Base URL for direct HTTP mode (e.g. http://localhost:1234/v1)

MODEL

Model name or hint (e.g. gemma-4-e4b-it-mlx)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other