Back to Browse

Wrg MCP Server

by WRG 11
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

The wrg-mcp-server is a well-structured MCP bridge with comprehensive security considerations for a developer tools platform. Authentication is optional (appropriate for local tools), but remote HTTP services support token-based auth via environment variables. Code quality is generally good with proper error handling and extensive test coverage (95%). However, there are moderate concerns around subprocess usage for local CLI invocations and reliance on environment variable configuration for sensitive credentials, which could lead to token exposure if the host environment is compromised. Permissions are appropriately scoped to the server's purpose (security scanning, OSINT, threat intelligence). Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

subprocess

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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).Optional

Environment variable: WRG_REPO_ROOT

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

Environment variable: WRG_MCP_ALLOW_MUTATIONS

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

Environment variable: WRG_SITE_BASE_URL

Bearer token for the company-site API.Required

Environment variable: WRG_SITE_TOKEN

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

Environment variable: WRG_PULSEBOARD_BASE_URL

Bearer token for the PulseBoard API.Required

Environment variable: WRG_PULSEBOARD_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-wrg-11-wrg-mcp-server": {
      "env": {
        "WRG_REPO_ROOT": "your-wrg-repo-root-here",
        "WRG_SITE_TOKEN": "your-wrg-site-token-here",
        "WRG_SITE_BASE_URL": "your-wrg-site-base-url-here",
        "WRG_PULSEBOARD_TOKEN": "your-wrg-pulseboard-token-here",
        "WRG_MCP_ALLOW_MUTATIONS": "your-wrg-mcp-allow-mutations-here",
        "WRG_PULSEBOARD_BASE_URL": "your-wrg-pulseboard-base-url-here"
      },
      "args": [
        "wrg_mcp_server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!