Server data from the Official MCP Registry
WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools.
WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: WRG_REPO_ROOT
Environment variable: WRG_MCP_ALLOW_MUTATIONS
Environment variable: WRG_SITE_BASE_URL
Environment variable: WRG_SITE_TOKEN
Environment variable: WRG_PULSEBOARD_BASE_URL
Environment variable: WRG_PULSEBOARD_TOKEN
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.