Skip to content
Cursor

cfgd for Cursor

io.github.tj-smith47/cfgd

Declarative, GitOps-style machine configuration management

client:Cursor transport:stdio runtime:oci

Install cfgd in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cfgd in other clients