DevReview MCP Server
Provides database integration for storing and retrieving code review data, comments, and user information using Supabase (PostgreSQL) as the backend database.
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., "@DevReview MCP Serverreview the latest pull request in the devreview repo"
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.
DevReview
Ferramenta de code review assistida por IA — projeto base do Curso 5: MCP, Conectando o Agent ao Mundo Real.
Stack
Frontend: React 18, TypeScript, Vite, TailwindCSS, shadcn/ui, Redux Toolkit
Backend (construído durante o curso): Node.js, @modelcontextprotocol/sdk, Zod
Banco de dados: Supabase (PostgreSQL)
Related MCP server: CodeAudit Agent
Pré-requisitos
Node.js 20+
npm 10+
Supabase CLI (
npm install -g supabase)
Como rodar
# 1. Instalar dependências
npm install
# 2. Iniciar o Supabase local
npx supabase start
# 3. Aplicar migrations e seed data
npx supabase db reset
# 4. Copiar variáveis de ambiente
cp apps/web/.env.example apps/web/.env
# 5. Iniciar o frontend
npm run devO app abre em http://localhost:5173.
O Supabase Studio fica em http://localhost:54323.
Estrutura
devreview/
├── apps/
│ ├── web/ # Frontend React
│ └── mcp-server/ # MCP Server (construído durante o curso)
├── supabase/ # Configuração, migrations e seed data
└── docs/ # Documentação do curso (gitignored)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
- AlicenseAqualityBmaintenanceMCP server that integrates DevFlow with AI code assistants to enforce structured development workflows including planning, task tracking, and code review gates.Last updated65741MIT
- Flicense-qualityCmaintenanceMCP server for AI-powered code security, quality, and performance review. Enables auditing code directly from VS Code via right-click or MCP tools.Last updated
- Alicense-qualityBmaintenanceMCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.Last updatedMIT
- Flicense-qualityBmaintenanceMCP server for AI DevTool workflow, exposing tools and resources for code review, repository chat, and repository operations.Last updated1
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
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/LucasViana1/devreview'
If you have feedback or need assistance with the MCP directory API, please join our Discord server