Soma
About
Drop-in RMCP runtime for provider-backed MCP tools, prompts, resources, and agent capabilities.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SOMA_HOME SOMA_PROVIDER_DIR SOMA_API_URL SOMA_API_KEY RUST_LOGClaude Code
claude mcp add --env SOMA_HOME= --env SOMA_PROVIDER_DIR= --env SOMA_API_URL= --env SOMA_API_KEY= --env RUST_LOG= soma -- docker ghcr.io/dinglebear-ai/soma:0.6.1
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"soma","command":"docker","args":["ghcr.io/dinglebear-ai/soma:0.6.1"],"env":{"SOMA_HOME":"","SOMA_PROVIDER_DIR":"","SOMA_API_URL":"","SOMA_API_KEY":"","RUST_LOG":""}}'
JSON
{
"mcpServers": {
"soma": {
"command": "docker",
"args": [
"ghcr.io/dinglebear-ai/soma:0.6.1"
],
"env": {
"SOMA_HOME": "",
"SOMA_PROVIDER_DIR": "",
"SOMA_API_URL": "",
"SOMA_API_KEY": "",
"RUST_LOG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.