claude-code-config

michaelshabbar-sketch/claude-code-config
★ 0 stars Shell Security Updated today
Claude Code setup: MCP servers (read-only by default, pinned), Gmail OAuth2, and a Node 26 gaxios 'Premature close' fix. No secrets.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-config": {
      "command": "npx",
      "args": [
        "-y",
        "michaelshabbar-sketch/claude-code-config"
      ]
    }
  }
}

README Excerpt

Backup + restore for Claude Code MCP servers, settings, and permissions. Contains **no secrets** — all credentials are supplied at setup time via a gitignored `secrets.sh` or environment variables. | File | Purpose | |------|---------| | `settings.json` | Global permissions (read-only MCP deny rules) + enabled plugins |