Back to Home
suren2787 icon

codeguard-mcp-server

Verified Safe

by suren2787

Overview

Centralized security instruction server for AI-assisted code generation, aiming to eliminate per-repository security instruction files.

Installation

Run Command
node dist/index.js

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-19

Tags

mcpsecurityai-assisted-codingcode-generationdeveloper-tool