PluginBench
MCP Server
Active
AGPL-3.0

Soma MCP Server

ai.dinglebear/soma

What is the Soma MCP server?

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

How to install Soma

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SOMA_HOME

    Runtime data directory inside the Soma container.

  • SOMA_PROVIDER_DIR

    Directory scanned for drop-in provider manifests and modules.

  • SOMA_API_URL

    Optional deployed platform API or upstream API base URL used by the SomaClient compatibility layer. Leave unset for local provider/runtime mode.

  • SOMA_API_KEY
    secret

    Optional bearer token or upstream API key for provider-backed calls that use SomaClient. Keep secret.

  • RUST_LOG

    Rust tracing filter for local CLI and stdio MCP logs.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "soma": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/soma",
        "mcp"
      ],
      "env": {
        "SOMA_HOME": "<YOUR_SOMA_HOME>",
        "SOMA_PROVIDER_DIR": "<YOUR_SOMA_PROVIDER_DIR>",
        "SOMA_API_URL": "<YOUR_SOMA_API_URL>",
        "SOMA_API_KEY": "<YOUR_SOMA_API_KEY>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "soma": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/soma",
        "mcp"
      ],
      "env": {
        "SOMA_HOME": "<YOUR_SOMA_HOME>",
        "SOMA_PROVIDER_DIR": "<YOUR_SOMA_PROVIDER_DIR>",
        "SOMA_API_URL": "<YOUR_SOMA_API_URL>",
        "SOMA_API_KEY": "<YOUR_SOMA_API_KEY>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "soma": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/soma",
        "mcp"
      ],
      "env": {
        "SOMA_HOME": "<YOUR_SOMA_HOME>",
        "SOMA_PROVIDER_DIR": "<YOUR_SOMA_PROVIDER_DIR>",
        "SOMA_API_URL": "<YOUR_SOMA_API_URL>",
        "SOMA_API_KEY": "<YOUR_SOMA_API_KEY>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "soma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/soma",
        "mcp"
      ],
      "env": {
        "SOMA_HOME": "<YOUR_SOMA_HOME>",
        "SOMA_PROVIDER_DIR": "<YOUR_SOMA_PROVIDER_DIR>",
        "SOMA_API_URL": "<YOUR_SOMA_API_URL>",
        "SOMA_API_KEY": "<YOUR_SOMA_API_KEY>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Claude Code
claude mcp add soma --env SOMA_HOME=<YOUR_SOMA_HOME> --env SOMA_PROVIDER_DIR=<YOUR_SOMA_PROVIDER_DIR> --env SOMA_API_URL=<YOUR_SOMA_API_URL> --env SOMA_API_KEY=<YOUR_SOMA_API_KEY> --env RUST_LOG=<YOUR_RUST_LOG> -- npx -y @dinglebear/soma mcp

Related MCP servers

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

126
Python
MIT
View repository →

MCP server for Unraid API — interact with Unraid servers via GraphQL.

126
Python
MIT
View repository →

Yarr MCP

Active

Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.

6
Rust
AGPL-3.0
View repository →

Yarr MCP

Active

Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.

6
Rust
AGPL-3.0
View repository →

Labby

Active

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

5
Rust
AGPL-3.0
View repository →

Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

5
Rust
AGPL-3.0
View repository →