Odel
cotforce mcp

cotforce mcp

Local
@islobodanTypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@slbdn/cotforce-mcpv1.1.3

Run

npx -y @slbdn/cotforce-mcp

MCP client config

{
  "mcpServers": {
    "cotforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ]
    }
  }
}