← Back to Plugins
MCP Server MCP

io.github.islobodan/cotforce-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @slbdn/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@slbdn/cotforce-mcp",
      "version": "1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LLM call mode: auto, direct, or sampling",
          "format": "string",
          "name": "MODE"
        },
        {
          "description": "Base URL for direct HTTP mode (e.g. http://localhost:1234/v1)",
          "format": "string",
          "name": "API_BASE_URL"
        },
        {
          "description": "Model name or hint (e.g. gemma-4-e4b-it-mlx)",
          "format": "string",
          "name": "MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...