Serversio.github.yakuphanycl/wrg-mcp-server
S

WinstonRedGuard MCP Server

io.github.yakuphanycl/wrg-mcp-server · v1.0.0
▦ pypi
v1.0.0pypi pypi: wrg-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.yakuphanycl/wrg-mcp-server",
  "description": "WinstonRedGuard monorepo bridge for MCP agents — governance, pipelines, memory, OSINT tools.",
  "title": "WinstonRedGuard MCP Server",
  "repository": {
    "url": "https://github.com/yakuphanycl/WinstonRedGuard",
    "source": "github",
    "subfolder": "apps/wrg_mcp_server"
  },
  "version": "1.0.0",
  "websiteUrl": "https://github.com/yakuphanycl/WinstonRedGuard/tree/main/apps/wrg_mcp_server",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "wrg-mcp-server",
      "version": "1.0.0",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}