Odel
GuildControl MCP

GuildControl MCP

Local
@j-2561TypeScriptAGPL-3.0Updated 4 days ago

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmguildctlv2.2.0

Run

npx -y guildctl

MCP client config

{
  "mcpServers": {
    "guildcontrol-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guildctl"
      ]
    }
  }
}
Dockerghcr.io/j-256/guildcontrol:2.2.0

Run

docker run -i --rm ghcr.io/j-256/guildcontrol:2.2.0

MCP client config

{
  "mcpServers": {
    "guildcontrol-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/j-256/guildcontrol:2.2.0"
      ]
    }
  }
}
MCP Bundlehttps://github.com/j-256/guildcontrol/releases/download/v2.2.0/guildcontrol-2.2.0.mcpb

Distributed as an MCP bundle (`https://github.com/j-256/guildcontrol/releases/download/v2.2.0/guildcontrol-2.2.0.mcpb`) — download it and import the bundle in your MCP client.