Odel
Soma

Soma

Local
@dinglebear-ai1RustAGPL-3.0Updated Yesterday

RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/dinglebear-ai/soma:0.10.0

Run

docker run -i --rm ghcr.io/dinglebear-ai/soma:0.10.0

MCP client config

{
  "mcpServers": {
    "soma": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dinglebear-ai/soma:0.10.0"
      ]
    }
  }
}
npm@dinglebear/somav0.10.0

Run

npx -y @dinglebear/soma

MCP client config

{
  "mcpServers": {
    "soma": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/soma"
      ]
    }
  }
}