← Index

WinstonRedGuard MCP Server

io.github.yakuphanycl/wrg-mcp-server·v1.0.0·Memory & RAG
Quality Score
95
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "wrg-mcp-server": {
      "command": "uvx",
      "args": [
        "wrg-mcp-server"
      ],
      "env": {
        "WRG_REPO_ROOT": "<wrg_repo_root>",
        "WRG_MCP_ALLOW_MUTATIONS": "0",
        "WRG_SITE_BASE_URL": "<wrg_site_base_url>",
        "WRG_SITE_TOKEN": "<your-wrg_site_token>",
        "WRG_PULSEBOARD_BASE_URL": "<wrg_pulseboard_base_url>",
        "WRG_PULSEBOARD_TOKEN": "<your-wrg_pulseboard_token>"
      }
    }
  }
}
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG