Loading MCP server directory, please wait...
RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.
npx @getmcp/cli add ai.dinglebear/somaRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.dinglebear/soma": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SOMA_HOME",
"-e",
"SOMA_PROVIDER_DIR",
"-e",
"SOMA_API_URL",
"-e",
"SOMA_API_KEY",
"-e",
"RUST_LOG",
"ghcr.io/dinglebear-ai/soma:0.10.0",
"mcp"
],
"env": {
"SOMA_HOME": "/data",
"SOMA_PROVIDER_DIR": "/data/providers",
"SOMA_API_URL": "",
"SOMA_API_KEY": "",
"RUST_LOG": "info"
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Arcane Docker and container management.
Rust MCP server and CLI for Gotify push notifications and message management.
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.