codeguard-mcp-server
Verified Safeby suren2787
Overview
Centralized security instruction server for AI-assisted code generation, aiming to eliminate per-repository security instruction files.
Installation
node dist/index.jsSecurity Notes
The server uses the Model Context Protocol (MCP) over stdio by default, minimizing network exposure. It loads security instruction markdown files from a local 'rules/' directory and serves their content based on matching logic (file paths, languages, context keywords). The code does not use 'eval' or dynamic code execution on untrusted input. There are no hardcoded secrets identified within the server's own source code. The 'validate_code_security' tool processes code snippets for rule matching but does not execute them. The overall design is security-conscious, focused on providing security guidance rather than executing arbitrary code or handling sensitive user data directly. The security of the instruction content itself is external to the server's code.
Similar Servers
copilot-security-instructions
This MCP server provides a toolkit to guide GitHub Copilot toward secure coding practices by offering customizable security-focused prompts and agents for integration into development workflows.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
dev-kit-mcp-server
A Model Context Protocol (MCP) server targeted for agent development tools, providing scoped authorized operations in the root project directory.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.