DeepShit Code Critic
FreeNot checkedA brutally honest code review tool powered by DeepSeek-R1 AI and the Model Context Protocol.
About
A brutally honest code review tool powered by DeepSeek-R1 AI and the Model Context Protocol.
README
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
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 deepshit
- Install dependencies:
npm install
- Create 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_here
- Run the development server:
npm run dev
Using 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
Installing DeepShit Code Critic
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/saliftankoano/deepshitFAQ
Is DeepShit Code Critic MCP free?
Yes, DeepShit Code Critic MCP is free — one-click install via Unyly at no cost.
Does DeepShit Code Critic need an API key?
No, DeepShit Code Critic runs without API keys or environment variables.
Is DeepShit Code Critic hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install DeepShit Code Critic in Claude Desktop, Claude Code or Cursor?
Open DeepShit Code Critic on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare DeepShit Code Critic with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
