PluginBench
MCP Server

WinstonRedGuard MCP Server MCP Server

io.github.WRG-11/wrg-mcp-server

What is the WinstonRedGuard MCP Server MCP server?

WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools.

How to install WinstonRedGuard MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WRG_REPO_ROOT
    required

    Absolute path to the WinstonRedGuard monorepo checkout. Required when the package is installed outside the repo (the server auto-detects when run from inside the repo).

  • WRG_MCP_ALLOW_MUTATIONS

    Set to '1' to permit state-changing tools (memory_set, pipeline_run). Default '0' = read-only.

  • WRG_SITE_BASE_URL

    Base URL of the optional company-site API (enables site_* tools). Requires the `[remote]` extra.

  • WRG_SITE_TOKEN
    secret

    Bearer token for the company-site API.

  • WRG_PULSEBOARD_BASE_URL

    Base URL of the optional PulseBoard dashboard API (enables pulseboard_* tools). Requires the `[remote]` extra.

  • WRG_PULSEBOARD_TOKEN
    secret

    Bearer token for the PulseBoard API.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wrg-mcp-server": {
      "command": "pipx",
      "args": [
        "wrg-mcp-server",
        "--transport"
      ],
      "env": {
        "WRG_REPO_ROOT": "<YOUR_WRG_REPO_ROOT>",
        "WRG_MCP_ALLOW_MUTATIONS": "<YOUR_WRG_MCP_ALLOW_MUTATIONS>",
        "WRG_SITE_BASE_URL": "<YOUR_WRG_SITE_BASE_URL>",
        "WRG_SITE_TOKEN": "<YOUR_WRG_SITE_TOKEN>",
        "WRG_PULSEBOARD_BASE_URL": "<YOUR_WRG_PULSEBOARD_BASE_URL>",
        "WRG_PULSEBOARD_TOKEN": "<YOUR_WRG_PULSEBOARD_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wrg-mcp-server": {
      "command": "pipx",
      "args": [
        "wrg-mcp-server",
        "--transport"
      ],
      "env": {
        "WRG_REPO_ROOT": "<YOUR_WRG_REPO_ROOT>",
        "WRG_MCP_ALLOW_MUTATIONS": "<YOUR_WRG_MCP_ALLOW_MUTATIONS>",
        "WRG_SITE_BASE_URL": "<YOUR_WRG_SITE_BASE_URL>",
        "WRG_SITE_TOKEN": "<YOUR_WRG_SITE_TOKEN>",
        "WRG_PULSEBOARD_BASE_URL": "<YOUR_WRG_PULSEBOARD_BASE_URL>",
        "WRG_PULSEBOARD_TOKEN": "<YOUR_WRG_PULSEBOARD_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wrg-mcp-server": {
      "command": "pipx",
      "args": [
        "wrg-mcp-server",
        "--transport"
      ],
      "env": {
        "WRG_REPO_ROOT": "<YOUR_WRG_REPO_ROOT>",
        "WRG_MCP_ALLOW_MUTATIONS": "<YOUR_WRG_MCP_ALLOW_MUTATIONS>",
        "WRG_SITE_BASE_URL": "<YOUR_WRG_SITE_BASE_URL>",
        "WRG_SITE_TOKEN": "<YOUR_WRG_SITE_TOKEN>",
        "WRG_PULSEBOARD_BASE_URL": "<YOUR_WRG_PULSEBOARD_BASE_URL>",
        "WRG_PULSEBOARD_TOKEN": "<YOUR_WRG_PULSEBOARD_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wrg-mcp-server": {
      "type": "stdio",
      "command": "pipx",
      "args": [
        "wrg-mcp-server",
        "--transport"
      ],
      "env": {
        "WRG_REPO_ROOT": "<YOUR_WRG_REPO_ROOT>",
        "WRG_MCP_ALLOW_MUTATIONS": "<YOUR_WRG_MCP_ALLOW_MUTATIONS>",
        "WRG_SITE_BASE_URL": "<YOUR_WRG_SITE_BASE_URL>",
        "WRG_SITE_TOKEN": "<YOUR_WRG_SITE_TOKEN>",
        "WRG_PULSEBOARD_BASE_URL": "<YOUR_WRG_PULSEBOARD_BASE_URL>",
        "WRG_PULSEBOARD_TOKEN": "<YOUR_WRG_PULSEBOARD_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add wrg-mcp-server --env WRG_REPO_ROOT=<YOUR_WRG_REPO_ROOT> --env WRG_MCP_ALLOW_MUTATIONS=<YOUR_WRG_MCP_ALLOW_MUTATIONS> --env WRG_SITE_BASE_URL=<YOUR_WRG_SITE_BASE_URL> --env WRG_SITE_TOKEN=<YOUR_WRG_SITE_TOKEN> --env WRG_PULSEBOARD_BASE_URL=<YOUR_WRG_PULSEBOARD_BASE_URL> --env WRG_PULSEBOARD_TOKEN=<YOUR_WRG_PULSEBOARD_TOKEN> -- pipx wrg-mcp-server --transport

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →