{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.j-256/guildcontrol",
  "title": "GuildControl MCP",
  "description": "Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration",
  "repository": {
    "url": "https://github.com/j-256/guildcontrol",
    "source": "github",
    "id": "1334461127"
  },
  "version": "0.1.2",
  "websiteUrl": "https://guildcontrol.lasers.app",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/j-256/guildcontrol/v0.1.2/assets/guildcontrol-icon.png",
      "mimeType": "image/png",
      "sizes": [
        "1254x1254"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "guildcontrol",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "DISCORD_BOT_TOKEN",
          "description": "Discord bot token sent only to fixed Discord REST and vetted Gateway origins",
          "isRequired": true,
          "isSecret": true,
          "format": "string"
        }
      ],
      "packageArguments": [
        {
          "type": "positional",
          "value": "serve"
        },
        {
          "type": "positional",
          "value": "--config"
        },
        {
          "type": "positional",
          "valueHint": "config_file",
          "description": "Absolute path to one strict versioned non-secret configuration document",
          "format": "filepath",
          "isRequired": true,
          "placeholder": "/absolute/path/to/guildcontrol.json"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/j-256/guildcontrol:0.1.2",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "DISCORD_BOT_TOKEN",
          "description": "Discord bot token sent only to fixed Discord REST and vetted Gateway origins",
          "isRequired": true,
          "isSecret": true,
          "format": "string"
        }
      ],
      "runtimeArguments": [
        {
          "type": "positional",
          "value": "--read-only"
        },
        {
          "type": "positional",
          "value": "--cap-drop=ALL"
        },
        {
          "type": "positional",
          "value": "--security-opt=no-new-privileges:true"
        },
        {
          "type": "positional",
          "value": "--pids-limit=64"
        },
        {
          "type": "named",
          "name": "--mount",
          "description": "Read-only bind mount for the non-secret connector configuration",
          "value": "type=bind,source={config_file},target=/configuration/guildcontrol.json,readonly",
          "isRequired": true,
          "variables": {
            "config_file": {
              "description": "Absolute host path to the connector configuration",
              "format": "filepath",
              "isRequired": true,
              "placeholder": "/absolute/path/to/guildcontrol.json"
            }
          }
        }
      ],
      "packageArguments": [
        {
          "type": "positional",
          "value": "serve"
        },
        {
          "type": "positional",
          "value": "--config"
        },
        {
          "type": "positional",
          "value": "/configuration/guildcontrol.json"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/j-256/guildcontrol/releases/download/v0.1.2/guildcontrol-0.1.2.mcpb",
      "fileSha256": "9e619fdd71ebe5a73f341f7234458bef0fb3a7f2a8b0c37ab017f81832ffe7ab",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
