Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

DeepShit Code Critic

БесплатноНе проверен

A brutally honest code review tool powered by DeepSeek-R1 AI and the Model Context Protocol.

GitHubEmbed

Описание

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

  1. Clone the repository:
git clone https://github.com/yourusername/deepshit.git
cd deepshit
  1. Install dependencies:
npm install
  1. Create a .env.local file:
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
  1. 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 server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm test - Run tests

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

from github.com/saliftankoano/deepshit

Установка DeepShit Code Critic

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/saliftankoano/deepshit

FAQ

DeepShit Code Critic MCP бесплатный?

Да, DeepShit Code Critic MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для DeepShit Code Critic?

Нет, DeepShit Code Critic работает без API-ключей и переменных окружения.

DeepShit Code Critic — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить DeepShit Code Critic в Claude Desktop, Claude Code или Cursor?

Открой DeepShit Code Critic на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare DeepShit Code Critic with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development