mcpbeat Sign in

Cotforce MCP Server

local only

Cotforce MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 7 May 2026.

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

Installs per day peak 12 · avg 5 · +88% w/w
a month agotoday
28
Installs / week
npm · @slbdn/cotforce-mcp
0
Stars
0 open issues
7 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cotforce MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cotforce-mcp -- npx -y @slbdn/cotforce-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cotforce-mcp": {
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cotforce-mcp]
command = "npx"
args = ["-y", "@slbdn/cotforce-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cotforce-mcp": {
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cotforce-mcp": {
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cotforce MCP

same job, measured the same way
I
Local Voice MCP
by codecraftersllc

Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS

45 installs/wk local only
Power BI Modeling MCP Server
by microsoft

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

5 251 installs/wk local only
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
Postman MCP Server
by postman

Give your AI agents trusted access to the full Postman platform.

8 327 installs/wk answering
Toggl MCP
by souravpn

MCP server for Toggl Track — gives Claude access to your time tracking data

25 installs/wk local only
Azure DevOps (ADO)
by premierinc

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

answering
Whoop MCP
by souravpn

MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data

35 installs/wk local only
MCP Redis Server
by daedalus

MCP server that exposes Redis API to AI models

54 installs/wk local only

Cotforce MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cotforce MCP?
Cotforce MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @slbdn/cotforce-mcp was installed 28 times last week.
How do I connect Cotforce MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @slbdn/cotforce-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cotforce MCP?
The npm package @slbdn/cotforce-mcp was installed 28 times in the last week. Week over week that is +88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cotforce MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.