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.
WRG_REPO_ROOTrequiredAbsolute 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_MUTATIONSSet to '1' to permit state-changing tools (memory_set, pipeline_run). Default '0' = read-only.
WRG_SITE_BASE_URLBase URL of the optional company-site API (enables site_* tools). Requires the `[remote]` extra.
WRG_SITE_TOKENsecretBearer token for the company-site API.
WRG_PULSEBOARD_BASE_URLBase URL of the optional PulseBoard dashboard API (enables pulseboard_* tools). Requires the `[remote]` extra.
WRG_PULSEBOARD_TOKENsecretBearer token for the PulseBoard API.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 --transportRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.