MCP Server
io.github.islobodan/cotforce-mcp MCP Server
io.github.islobodan/cotforce-mcp
What is the io.github.islobodan/cotforce-mcp MCP server?
Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought.
How to install io.github.islobodan/cotforce-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MODELLM call mode: auto, direct, or sampling
API_BASE_URLBase URL for direct HTTP mode (e.g. http://localhost:1234/v1)
MODELModel name or hint (e.g. gemma-4-e4b-it-mlx)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cotforce-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cotforce-mcp"
],
"env": {
"MODE": "<YOUR_MODE>",
"API_BASE_URL": "<YOUR_API_BASE_URL>",
"MODEL": "<YOUR_MODEL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cotforce-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cotforce-mcp"
],
"env": {
"MODE": "<YOUR_MODE>",
"API_BASE_URL": "<YOUR_API_BASE_URL>",
"MODEL": "<YOUR_MODEL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cotforce-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cotforce-mcp"
],
"env": {
"MODE": "<YOUR_MODE>",
"API_BASE_URL": "<YOUR_API_BASE_URL>",
"MODEL": "<YOUR_MODEL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cotforce-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slbdn/cotforce-mcp"
],
"env": {
"MODE": "<YOUR_MODE>",
"API_BASE_URL": "<YOUR_API_BASE_URL>",
"MODEL": "<YOUR_MODEL>"
}
}
}
}Claude Code
claude mcp add cotforce-mcp --env MODE=<YOUR_MODE> --env API_BASE_URL=<YOUR_API_BASE_URL> --env MODEL=<YOUR_MODEL> -- npx -y @slbdn/cotforce-mcpRelated MCP servers
Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.
View repository →