Soma for Cline
ai.dinglebear/soma
RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.
client:Cline
transport:stdio
runtime:oci
Install Soma 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": {
"soma": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dinglebear-ai/soma:0.10.0"
],
"env": {
"SOMA_HOME": "<SOMA_HOME>",
"SOMA_PROVIDER_DIR": "<SOMA_PROVIDER_DIR>",
"SOMA_API_URL": "<SOMA_API_URL>",
"SOMA_API_KEY": "<SOMA_API_KEY>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs