MCP Server
MCP
io.github.islobodan/cotforce-mcp
Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought.
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
By
Comments
Sign in to leave a comment