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).
Run
npx -y guildctl
MCP client config
{
"mcpServers": {
"guildcontrol-mcp": {
"command": "npx",
"args": [
"-y",
"guildctl"
]
}
}
}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"
]
}
}
}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.