Soma
RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.dinglebear/soma",
"description": "RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.",
"title": "Soma",
"repository": {
"url": "https://github.com/dinglebear-ai/soma",
"source": "github",
"id": "1238227299"
},
"version": "0.10.0",
"websiteUrl": "https://soma.dinglebear.ai",
"icons": [
{
"src": "https://raw.githubusercontent.com/dinglebear-ai/soma/main/plugins/soma/assets/icon.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
},
{
"src": "https://raw.githubusercontent.com/dinglebear-ai/soma/main/plugins/soma/assets/logo.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"theme": "dark"
}
],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/dinglebear-ai/soma:0.10.0",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Runtime data directory inside the Soma container.",
"format": "filepath",
"default": "/data",
"placeholder": "/data",
"name": "SOMA_HOME"
},
{
"description": "Directory scanned for drop-in provider manifests and modules.",
"format": "filepath",
"default": "/data/providers",
"placeholder": "/data/providers",
"name": "SOMA_PROVIDER_DIR"
},
{
"description": "Optional deployed platform API or upstream API base URL used by the SomaClient compatibility layer. Leave unset for local provider/runtime mode.",
"placeholder": "https://api.example.com",
"name": "SOMA_API_URL"
},
{
"description": "Optional bearer token or upstream API key for provider-backed calls that use SomaClient. Keep secret.",
"isSecret": true,
"name": "SOMA_API_KEY"
},
{
"description": "Rust tracing filter for local CLI and stdio MCP logs.",
"default": "info",
"name": "RUST_LOG"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dinglebear/soma",
"version": "0.10.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Host data directory used by the local Soma CLI and stdio MCP runtime.",
"format": "filepath",
"default": "~/.soma",
"placeholder": "~/.soma",
"name": "SOMA_HOME"
},
{
"description": "Host directory scanned for drop-in provider manifests and modules.",
"format": "filepath",
"default": "./providers",
"placeholder": "./providers",
"name": "SOMA_PROVIDER_DIR"
},
{
"description": "Optional deployed platform API or upstream API base URL used by the SomaClient compatibility layer. Leave unset for local provider/runtime mode.",
"placeholder": "https://api.example.com",
"name": "SOMA_API_URL"
},
{
"description": "Optional bearer token or upstream API key for provider-backed calls that use SomaClient. Keep secret.",
"isSecret": true,
"name": "SOMA_API_KEY"
},
{
"description": "Rust tracing filter for local CLI and stdio MCP logs.",
"default": "info",
"name": "RUST_LOG"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"distribution": {
"nodePackage": "@dinglebear/soma",
"npm": "@dinglebear/soma@0.10.0",
"ociImage": "ghcr.io/dinglebear-ai/soma:0.10.0"
},
"dnsDomain": "dinglebear.ai",
"documentation": {
"configuration": "docs/CONFIG.md",
"environment": "docs/ENV.md",
"quickstart": "docs/QUICKSTART.md",
"readme": "README.md",
"security": "https://github.com/dinglebear-ai/soma/security/policy",
"support": "https://github.com/dinglebear-ai/soma/issues",
"website": "https://soma.dinglebear.ai"
},
"namespace": "ai.dinglebear",
"publisher": {
"name": "dinglebear.ai",
"url": "https://dinglebear.ai"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-05T18:15:44.491942Z",
"publishedAt": "2026-08-05T18:15:44.491942Z",
"updatedAt": "2026-08-05T18:15:44.491942Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.