omp-worker-mcp for Cline
io.github.divenire990/omp-worker-mcp
Delegate complete coding tasks to the local OMP default model and inspect the result.
client:Cline
transport:stdio
runtime:npm
Install omp-worker-mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"omp-worker-mcp": {
"command": "npx",
"args": [
"-y",
"omp-worker-mcp"
],
"env": {
"OMP_WORKER_OMP_COMMAND": "<OMP_WORKER_OMP_COMMAND>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs