cotforce mcp for Zed
io.github.islobodan/cotforce-mcp
Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought.
client:Zed
transport:stdio
runtime:npm
Install cotforce mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cotforce-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cotforce-mcp"
],
"env": {
"MODE": "<MODE>",
"API_BASE_URL": "<API_BASE_URL>",
"MODEL": "<MODEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs