Loading MCP server directory, please wait...
Drop-in RMCP runtime for provider-backed MCP tools, prompts, resources, and agent capabilities.
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.5.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.
Local-first MCP gateway and homelab control plane with CLI, HTTP API, and web UI.