cotforce mcp for Cursor
io.github.islobodan/cotforce-mcp
Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought.
client:Cursor
transport:stdio
runtime:npm
Install cotforce mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cotforce-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slbdn/cotforce-mcp"
],
"env": {
"MODE": "<MODE>",
"API_BASE_URL": "<API_BASE_URL>",
"MODEL": "<MODEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs