DeepShit MCP Code Critic
A brutally honest code review tool powered by DeepSeek-R1 AI and the Model Context Protocol.
README
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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.