← Back to Plugins
MCP Server MCP

WinstonRedGuard MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx wrg-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "wrg-mcp-server",
      "version": "1.0.8",
      "runtimeHint": "pipx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Transport to use (stdio for desktop clients; streamable-http or sse for HTTP deployments).",
          "default": "stdio",
          "type": "named",
          "name": "--transport"
        }
      ],
      "environmentVariables": [
        {
          "description": "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).",
          "isRequired": true,
          "name": "WRG_REPO_ROOT"
        },
        {
          "description": "Set to '1' to permit state-changing tools (memory_set, pipeline_run). Default '0' = read-only.",
          "default": "0",
          "name": "WRG_MCP_ALLOW_MUTATIONS"
        },
        {
          "description": "Base URL of the optional company-site API (enables site_* tools). Requires the `[remote]` extra.",
          "name": "WRG_SITE_BASE_URL"
        },
        {
          "description": "Bearer token for the company-site API.",
          "isSecret": true,
          "name": "WRG_SITE_TOKEN"
        },
        {
          "description": "Base URL of the optional PulseBoard dashboard API (enables pulseboard_* tools). Requires the `[remote]` extra.",
          "name": "WRG_PULSEBOARD_BASE_URL"
        },
        {
          "description": "Bearer token for the PulseBoard API.",
          "isSecret": true,
          "name": "WRG_PULSEBOARD_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...