Cfgd MCP Server

Declare your entire machine (packages, dotfiles, system settings, secrets) with composable profiles and shareable, cross-platform modules.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 6 · #693 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · Rust servers · how we verify → /methodology

01 · Install Cfgd

before you install - you'll need

Set ANTHROPIC_API_KEY before connecting.

Docker

docker run -i --rm ghcr.io/tj-smith47/cfgd:0.9.0

Claude Desktop - add to config

{
  "mcpServers": {
    "tj-smith47-cfgd": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tj-smith47/cfgd:0.9.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.tj-smith47 is GitHub-verified and matches the repo owner

03 · What Cfgd can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.0 · 2026-08-16

What's new in v0.9.0 · dotted phase filters and stranded-install alert (@tj-smith47) · refresh package indexes in one concurrent pre-pass ahead of every phase (@tj-smith47) · render one run skeleton for plan and apply…

operator-v0.7.0 · 2026-08-16

What's new in operator-v0.7.0 (operator) · settle each concurrent action's row in place as it finishes, instead of painting the phase tree only when the last lane drains (@tj-smith47) · --- · restate internal dep…

csi-v0.7.0 · 2026-08-16

What's new in csi-v0.7.0 (CSI node plugin) · restate internal dep floors stranded off-master by failed Advance-master (@tj-smith47) · stop test builds resolving the operator's real home directory (@tj-smith47)…

04 · Who maintains Cfgd

cfgd is maintained by tj-smith47. We track 2 MCP servers from tj-smith47 - 2 actively maintained, 10 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from tj-smith47.

  1. anodizer Rust release tooling - drop-in GoReleaser parity + Rust extras. ★ 4

05 · Facts

category
other - ranked #693 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-16)
registry
io.github.tj-smith47/cfgd (active, first published 2026-05-30 · 9 versions)
packages
oci:ghcr.io/tj-smith47/cfgd:0.9.0

06 · Cfgd FAQ

What is Cfgd?

Declare your entire machine (packages, dotfiles, system settings, secrets) with composable profiles and shareable, cross-platform modules.

Is Cfgd still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Cfgd?

Run `docker run -i --rm ghcr.io/tj-smith47/cfgd:0.9.0`. The README documents one environment variable (ANTHROPIC_API_KEY) to set first. Set ANTHROPIC_API_KEY before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Cfgd