Back to Home
consigcody94 icon

mcp-server-suite

Verified Safe

by consigcody94

Overview

This suite provides specialized MCP servers for natural language to SQL translation, AST-based code security analysis, and Git conventional commit message generation.

Installation

Run Command
npx @consigcody94/sql-whisperer

Security Notes

The project demonstrates robust security practices across its core and specialized servers. The MCP core handles input validation (Zod), structured error handling, logging, and includes rate limiting and caching as built-in middleware. SQL Whisperer, a high-risk area, effectively prevents SQL injection by quoting identifiers and using parameterized queries for user-provided values. It also explicitly warns about UPDATE/DELETE queries without WHERE clauses. Schema parsing is designed for metadata extraction, not arbitrary code execution. Sentinel AI performs AST-based code analysis, detecting common vulnerabilities (e.g., SQL Injection, XSS, hardcoded secrets, insecure randomness, prototype pollution) without executing the analyzed code, making its operation safe. It explicitly identifies dangerous patterns like 'eval'. Commit Craft deals with text processing (Git diffs and commit messages), which are inherently less prone to code execution vulnerabilities. No hardcoded secrets or malicious patterns were found in the provided code snippets. All servers primarily communicate via standard I/O, reducing external network attack surface.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-01

Tags

AIDevelopmentSecuritySQLGit