Declarative, GitOps-style machine configuration management
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Declare your entire machine (packages, dotfiles, system settings, secrets) with composable profiles and shareable, cross-platform modules.
A bare ubuntu:24.04 container with no Neovim, no Homebrew and no config. One cfgd init later, nvim opens a fully configured LazyVim. Recorded with VHS.
Status: Alpha. APIs may change.
Most dotfile managers track files. cfgd manages your entire machine. You declare packages, files, secrets, and system settings in version-controlled YAML. cfgd diffs what you want against what you have, builds a plan, and reconciles continuously. If something drifts, it is detected and corrected.
Profiles declare your machine's desired state: packages, files, system settings. They compose via inheritance: share a common base across machines, then specialize per context. See docs/profiles.md.
Modules are shareable, self-contained config packages. Install someone else's dev environment or publish your own. Cross-platform package resolution picks the right manager automatically. See docs/modules.md.
Reconciliation continuously ensures machines match their declared state. Drift is detected, reported, and optionally auto-corrected. Failed actions don't abort; they're logged and skipped. See docs/reconciliation.md, or watch two machines converge through the daemon.
I recently switched jobs, and spent the last week of my old job backing up scripts and dotfiles, parsing out company-specific info, and composing a tarball to transfer. At the new job, I spent another few days getting my new machine reconfigured. Over time I kept discovering things I'd forgotten, and things (System Settings, for one) I wished the backup had covered. It all felt manual and incomplete: I should be able to clone a repo and have my entire workstation (packages, scripts, dotfiles, system settings) feel familiar again. Better still, to keep parts of that feeling in sync between my home and work laptops.
The other inspiration was devcontainers. At my previous company I had set up custom scripts to inject dotfiles into the devcontainer so a user could replicate their dev environment once they shell in. At minimum, I wanted my full Neovim setup available in any ephemeral container without modifying the devcontainer config in every team's repository to accommodate it. I needed something that could bootstrap my config into any environment from the outside, regardless of whose repo I was working in. Plus, I had some coworkers in need of education about the superiority of vim-motions, and wanted a quick way to share my exact setup, down to the alias.
cfgd borrows from the best ideas across practices:
This is my favorite feature: a single packaged config for a tool that works anywhere.
A module declares packages with cross-platform resolution, config files, shell environment variables and aliases, and lifecycle scripts:
See docs/modules.md for the full spec including git file sources, registries, and dependency resolution.
| cfgd | chezmoi | Nix Home Manager | Ansible | Puppet | |
|---|---|---|---|---|---|
| Focus | Full machine state | Dotfiles | Dotfiles + packages (Nix) | General automation | Server/infra state |
| Packages | 18 managers | None | Nix only | Any (via tasks) | Any (via providers) |
| Drift detection | Continuous (daemon) | Manual | On rebuild | Manual | Continuous (agent) |
| Cross-platform resolution | Per-package manager mapping | N/A | Nix-only | Per-task conditionals | Per-OS Hiera data |
| Shareable modules | First-class | Templates only | Flakes | Roles (Galaxy) | Forge (server-oriented) |
| Team config | Policy tiers + Crossplane | N/A | Flake inputs | N/A | Puppet Enterprise |
| Infrastructure | Single binary, zero servers | Single binary | Nix daemon | SSH (or AWX) | PuppetServer + PuppetDB + CA |
| Learning curve | YAML + CLI | Go templates | Nix language | YAML + Jinja2 | Puppet DSL (Ruby) |
Puppet is the closest philosophical match: declarative state, continuous enforcement, module ecosystem. If that model clicked for you but standing up a JVM server and writing a Ruby-era DSL to manage your dotfiles in 2026 doesn't, cfgd is what that idea looks like rebuilt from scratch for developer workstations.
cfgd is a good fit when you want: one-liners for cross-platform machine bootstrapping, shareable dev environment modules, continuous reconciliation between machines or subscribed sources, or team config distribution with policy enforcement.
For developers:
cfgd init --from <repo> --apply on a new machinecfgd generate scans your system and builds profiles/modules; MCP server for AI editor integrationcfgd mcp serves the CLI itself as tools, so an assistant can reconcile a machine, not only write config for onecfgd skill install teaches your coding agent (Claude Code, Gemini, Copilot, Codex, Cursor) to author high-quality cfgd resourcesNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cfgd)<a href="https://allmcps.com/mcp/cfgd"><img src="https://allmcps.com/api/badge/cfgd?style=directory" alt="Cfgd on AllMCPs" /></a>