mcp-server-reviewing
Installation
SKILL.md
MCP Server Reviewing
Purpose
Audit MCP (Model Context Protocol) servers for security issues, architectural violations, missing validation, and production readiness. Ensure servers follow SDK best practices.
When to Use This Skill
- Reviewing MCP server code in PRs
- Auditing existing MCP servers for quality
- Pre-release security and quality checks
- Verifying MCP servers follow best practices
When NOT to Use This Skill
- Writing new MCP servers (use mcp-server-writing)
- General TypeScript/Python code review (use language-specific reviewers)
- Reviewing non-MCP server code