codesentry-mcp
Automated PR reviews and status checks, providing tools to analyze pull requests, add review comments, and update status checks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codesentry-mcpanalyze the repo at ./src for security vulnerabilities and code quality"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ก๏ธ CodeSentry MCP
AI-Powered Code Review Assistant using Model Context Protocol
CodeSentry is an intelligent code review assistant that integrates with AI systems through the Model Context Protocol (MCP). It provides comprehensive analysis of your codebase, identifying security vulnerabilities, performance bottlenecks, code quality issues, and documentation gaps.
โจ Features
๐ Security Analysis - Detect OWASP Top 10 vulnerabilities and security anti-patterns
โก Performance Analysis - Identify bottlenecks and optimization opportunities
๐ฏ Code Quality - Find code smells, complexity issues, and maintainability problems
๐ Documentation Review - Check for missing or outdated documentation
๐ค AI Integration - Natural language explanations and suggestions
๐ GitHub Integration - Automated PR reviews and status checks
๐งช Live Testing - Built-in MCP client for immediate feedback
Related MCP server: MCP Code Crosscheck
๐ Quick Start
Prerequisites
Node.js 18+
Git
An AI assistant that supports MCP (Claude, etc.)
Installation
# Clone the repository
git clone https://github.com/ayushgundecha/codesentry-mcp.git
cd codesentry-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Test the server
npm run devUsage with MCP
Add to Claude Desktop (macOS):
{
"mcpServers": {
"codesentry": {
"command": "node",
"args": ["/path/to/codesentry-mcp/dist/index.js"],
"env": {}
}
}
}Test the connection:
Ask Claude: "Use the ping tool to test CodeSentry"Analyze a repository:
Ask Claude: "Use CodeSentry to analyze the repository at /path/to/your/project"๐ ๏ธ Development
Project Structure
codesentry-mcp/
โโโ src/
โ โโโ analyzers/ # Analysis engines (security, performance, quality)
โ โโโ integrations/ # External service integrations (Git, GitHub, AI)
โ โโโ mcp/ # MCP protocol implementation
โ โโโ utils/ # Utility functions and helpers
โ โโโ types/ # TypeScript type definitions
โโโ tests/ # Test suites
โโโ docs/ # Documentation
โโโ examples/ # Usage examplesAvailable Scripts
npm run dev # Start development server
npm run build # Build for production
npm run test # Run test suite
npm run lint # Lint code
npm run format # Format code with Prettier๐ Available Tools
Analysis Tools
analyze_repository- Comprehensive repository analysisanalyze_file- Single file analysisscan_security- Security vulnerability scancheck_dependencies- Dependency audit
AI Tools
explain_code- Natural language code explanationssuggest_improvements- AI-powered refactoring suggestionsgenerate_tests- Test case recommendations
GitHub Tools
analyze_pr- Pull request analysiscomment_suggestion- Add review commentsupdate_status- Update PR status checks
๐ Example Output
{
"security": [
{
"type": "SQL_INJECTION",
"severity": "HIGH",
"file": "src/user.ts",
"line": 42,
"description": "Potential SQL injection vulnerability",
"suggestion": "Use parameterized queries",
"fix": "await prisma.user.findMany({ where: { id: userId } })"
}
],
"performance": [
{
"type": "ALGORITHM_COMPLEXITY",
"severity": "MEDIUM",
"file": "src/sort.ts",
"line": 15,
"complexity": "O(nยฒ)",
"suggestion": "Use Array.sort() for better performance",
"estimatedImpact": "90% improvement"
}
]
}๐ค Contributing
We welcome contributions! Please see our Contributing Guide for details.
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Acknowledgments
Model Context Protocol by Anthropic
TypeScript ESLint for code analysis patterns
Simple Git for Git integration
๐ Support
๐ Report Issues
๐ฌ Discussions
๐ง Email: your-email@example.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ayushgundecha/codesentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server