MCP Server
io.github.mlawsonking/code-guard-mcp MCP Server
io.github.mlawsonking/code-guard-mcp
What is the io.github.mlawsonking/code-guard-mcp MCP server?
Security scan for AI-generated code: injection, SSRF, secrets, weak crypto, unsafe deserialization.
How to install io.github.mlawsonking/code-guard-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"code-guard-mcp": {
"command": "npx",
"args": [
"-y",
"@mlawsonking/code-guard-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"code-guard-mcp": {
"command": "npx",
"args": [
"-y",
"@mlawsonking/code-guard-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"code-guard-mcp": {
"command": "npx",
"args": [
"-y",
"@mlawsonking/code-guard-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"code-guard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mlawsonking/code-guard-mcp"
]
}
}
}Claude Code
claude mcp add code-guard-mcp -- npx -y @mlawsonking/code-guard-mcpRelated MCP servers
Input/output safety for AI agents: prompt-injection scan, URL/IP check, pwned passwords, PII scan.
View repository →Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.
View repository →Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.
View repository →Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.
View repository →Deterministic web tools for AI agents: read URLs, metadata, email, scrape, RSS, DNS, SSL, HTTP.
View repository →