{
  "mcpServers": {
    "hostinger-api": {
      "command": "hostinger-api-mcp",
      "enabled": false,
      "env": {
        "HOSTINGER_API_TOKEN": "YOUR_HOSTINGER_API_TOKEN_HERE"
      },
      "description": "Hostinger API MCP server for managing shared hosting"
    },
    "hetzner-main": {
      "command": "mcp-hetzner",
      "enabled": false,
      "env": {
        "HCLOUD_TOKEN": "YOUR_MAIN_HETZNER_API_TOKEN_HERE"
      },
      "description": "Hetzner Cloud MCP server (install: uv tool install 'mcp-hetzner @ git+https://github.com/dkruyt/mcp-hetzner.git')"
    },
    "context7": {
      "type": "remote",
      "url": "https://mcp.context7.com/mcp",
      "description": "Context7 MCP server for accessing latest documentation of development tools and frameworks"
    },
    "claude-code-mcp": {
      "command": "npx",
      "args": ["-y", "@steipete/claude-code-mcp@latest"],
      "description": "Claude Code one-shot execution MCP server"
    },
    "sentry": {
      "type": "remote",
      "url": "https://mcp.sentry.dev/mcp",
      "description": "Sentry error tracking MCP (requires OAuth)"
    },
    "socket": {
      "type": "remote",
      "url": "https://mcp.socket.dev/",
      "description": "Socket.dev dependency security scanning MCP"
    },
    "gh_grep": {
      "type": "remote",
      "url": "https://mcp.grep.app",
      "description": "GitHub code search via grep.app"
    },
    "google-analytics-mcp": {
      "command": "pipx",
      "args": ["run", "analytics-mcp"],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "YOUR_CREDENTIALS_JSON_PATH_HERE",
        "GOOGLE_PROJECT_ID": "YOUR_GCP_PROJECT_ID_HERE"
      },
      "description": "Google Analytics MCP server for GA4 reporting (requires pipx and Google Cloud ADC)"
    },
    "cloudflare-api": {
      "type": "remote",
      "url": "https://mcp.cloudflare.com/mcp",
      "description": "Cloudflare Code Mode MCP — Workers, D1, KV, R2, Pages, AI Gateway (OAuth on first connect)"
    },
    "shopify-dev-mcp": {
      "command": "npx",
      "args": ["-y", "@shopify/dev-mcp@latest"],
      "enabled": false,
      "description": "Shopify Dev MCP — schema-aware GraphQL generation, Liquid template validation, Admin API execution. Auto-enable for repos with platform:shopify in repos.json. Requires Shopify CLI 3.93.0+. Full config: configs/mcp-templates/shopify-dev-mcp-config.json.txt"
    }
  }
}
