Operator-grade Rust MCP stack
dinglebear.ai
Published Rust MCP servers for the workflows agents actually touch: homelab, media, network, infrastructure, notifications, observability, and provider-runtime automation.
npx -y <package> mcpPublished fleet
Servers
Labby
Rust homelab control plane and MCP gateway for catalog, Code Mode, route-scoped resources, HTTP API, TUI, and web UI workflows.
Soma
Batteries-included RMCP runtime and scaffold for provider-backed Rust MCP servers, OpenAPI ingestion, and local automation providers.
Cortex
Syslog, Docker, OTLP, and AI transcript correlation surface for finding operational context from homelab logs.
Apprise
Multi-backend notification MCP server for Apprise, giving agents a single route to dozens of push, chat, and webhook destinations.
Gotify
Push notification MCP server and CLI for Gotify message delivery, app management, and local automation alerts.
UniFi
UniFi Network controller MCP server with read-oriented convenience actions, generated API actions, scopes, and local health checks.
Tailscale
Tailnet operations MCP server and CLI for device inventory, network posture, DNS, keys, and automation around Tailscale.
Unraid
NAS, storage, Docker, and VM workflows for Unraid through a Rust MCP server with matching CLI and health tooling.
Arcane
Docker and container management MCP server for Arcane-style host operations, container inspection, and controlled mutations.
Synapse
Host workflow MCP server and CLI for Docker, SSH, files, logs, ZFS, and local operational automation.
Yarr
Self-hosted media automation fleet surface for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, Tautulli, downloaders, and request apps.
Client setup
Install by npm Package or MCP Config
Use the package name as the npx target and pass mcp. Add service env vars to the client config only when that server needs upstream credentials. The npm launcher downloads the matching Rust binary during install.
Design system
Home of the Aurora Design System
dinglebear.ai also serves Aurora: a shadcn-compatible component registry with 175 items, a live component gallery, and theme packs for editors, terminals, browsers, and shells.
Runtime contract
Same Operating Model Across the Fleet
One Service Tool
Each server keeps MCP discovery small: one service tool dispatches a typed action surface instead of exposing hundreds of top-level tools.
CLI Parity
The same Rust binary serves MCP and exposes scriptable CLI commands, so failures are reproducible outside an agent session.
stdio First
The npm wrappers are designed for local MCP clients through stdio, with HTTP mode available for controlled deployments.
Scoped Safety
Destructive and admin-oriented operations live behind service policy, explicit env configuration, and runtime auth boundaries.