Skip to content
Claude Desktop

cfgd for Claude Desktop

io.github.tj-smith47/cfgd

Declarative, GitOps-style machine configuration management

client:Claude Desktop transport:stdio runtime:oci

Install cfgd in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cfgd": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tj-smith47/cfgd:0.11.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

cfgd in other clients