DeepShit MCP Code Critic
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., "@DeepShit MCP Code CriticReview my code for performance issues"
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.
DeepShit MCP Code Critic
A brutally honest code review tool powered by DeepSeek-R1 AI and the Model Context Protocol (MCP).
Features
🔍 Deep code analysis with DeepSeek-R1 AI
🚀 Real-time feedback via MCP
💀 Brutally honest code reviews
🎯 Security, performance, and best practices checks
🌐 Modern cyberpunk UI
⚡ Built with Next.js and TypeScript
Related MCP server: MCP Code Sanitizer
Getting Started
Prerequisites
Node.js 18+
Together API key (for DeepSeek-R1)
Redis URL (for SSE transport)
Installation
Clone the repository:
git clone https://github.com/yourusername/deepshit.git
cd deepshitInstall dependencies:
npm installCreate a
.env.localfile:
TOGETHER_API_KEY=your_api_key_here
TOGETHER_API_URL=https://api.together.xyz/v1
DEEPSEEK_MODEL=deepseek-ai/deepseek-coder-33b-instruct
REDIS_URL=your_redis_url_hereRun the development server:
npm run devUsing with Cursor
Add this to your ~/.cursor/mcp.json:
{
"mcpServers": {
"deepshit-mcp-code-critic": {
"command": "npx",
"args": ["mcp-remote", "https://your-deployment.vercel.app/sse"],
"env": {
"NODE_ENV": "development",
"LOG_LEVEL": "info"
}
}
}
}Architecture
/app- Next.js app router pages and API routes/lib/mcp- MCP server implementation/server.ts- Main MCP server setup/tools- MCP tool implementations/services- External service integrations/utils- Shared utilities
Development
npm run dev- Start Next.js development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLintnpm test- Run tests
Contributing
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add some 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
DeepSeek AI for their amazing models
Model Context Protocol for the MCP specification
Vercel for their MCP adapter and hosting
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides brutally honest, humorous code reviews for GitHub pull requests using Claude Haiku. Enables users to roast their PRs by fetching metadata and diffs via the GitHub CLI and returning severity-rated reviews with genuine compliments.2MIT
- AlicenseAqualityCmaintenanceStrict AI code reviewer powered by Groq. Finds bugs, vulnerabilities and security issues in your code. Supports analyze, compare versions, explain code, generate tests, and HTML reports.72MIT
- AlicenseAqualityAmaintenanceProvides brutally honest code reviews, explanations, and refactoring suggestions via CLI and MCP tools.84592MIT
- Flicense-qualityDmaintenanceA multi-persona code review tool that leverages AI agents with distinct expertise (Codex, Toxic Architect, Accessibility Expert) to analyze code quality through the Model Context Protocol.
Related MCP Connectors
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/saliftankoano/deepshit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server