Soma for Cursor
ai.dinglebear/soma
RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.
client:Cursor
transport:stdio
runtime:oci
Install Soma in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"soma": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs