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.
This is a well-structured MCP server that exposes security tools and threat intelligence to AI agents. The code demonstrates good practices with proper error handling, comprehensive test coverage (95%), and appropriate use of environment variables for configuration. No critical vulnerabilities or malicious patterns detected. Minor code quality findings and standard permission scope (network_http, env_vars) are appropriate for its stated purpose as a security/threat-intel tool. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 9 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
Read, search, and manipulate Git repositories programmatically
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.