WinstonRedGuard MCP Server
About
WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WRG_REPO_ROOT WRG_MCP_ALLOW_MUTATIONS WRG_SITE_BASE_URL WRG_SITE_TOKEN WRG_PULSEBOARD_BASE_URL WRG_PULSEBOARD_TOKENClaude Code
claude mcp add --env WRG_REPO_ROOT= --env WRG_MCP_ALLOW_MUTATIONS= --env WRG_SITE_BASE_URL= --env WRG_SITE_TOKEN= --env WRG_PULSEBOARD_BASE_URL= --env WRG_PULSEBOARD_TOKEN= wrg-mcp-server -- pipx wrg-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"wrg-mcp-server","command":"pipx","args":["wrg-mcp-server"],"env":{"WRG_REPO_ROOT":"","WRG_MCP_ALLOW_MUTATIONS":"","WRG_SITE_BASE_URL":"","WRG_SITE_TOKEN":"","WRG_PULSEBOARD_BASE_URL":"","WRG_PULSEBOARD_TOKEN":""}}'
JSON
{
"mcpServers": {
"wrg-mcp-server": {
"command": "pipx",
"args": [
"wrg-mcp-server"
],
"env": {
"WRG_REPO_ROOT": "",
"WRG_MCP_ALLOW_MUTATIONS": "",
"WRG_SITE_BASE_URL": "",
"WRG_SITE_TOKEN": "",
"WRG_PULSEBOARD_BASE_URL": "",
"WRG_PULSEBOARD_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.