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+
Um projeto na Supabase (o banco roda na nuvem, não localmente)
Como rodar
# 1. Instalar dependências
npm install
# 2. Copiar variáveis de ambiente
cp apps/web/.env.example apps/web/.env
# 3. Preencher apps/web/.env com a URL do projeto e a publishable key
# (Supabase → Project Settings → API)
# 4. Iniciar o frontend
npm run devO app abre em http://localhost:5173.
O schema vive em supabase/migrations/ e os dados de demonstração em supabase/seed.sql —
são a fonte da verdade, aplicados no projeto da nuvem pelas tools do MCP da Supabase.
Configuração de MCP
.mcp.json na raiz configura os servidores MCP no escopo deste projeto, sem mexer no seu
config global. Ele é gitignored, porque é onde entram os segredos dos módulos seguintes:
cp .mcp.json.example .mcp.json # e troque <SEU_PROJECT_REF>Três servidores ficam registrados:
Servidor | Transporte | Autenticação |
| HTTP — | OAuth no navegador |
| HTTP — | OAuth no navegador |
| STDIO — | nenhuma (local) |
Nenhum token fica em disco. O do GitHub está na variante /readonly, que bloqueia as tools
de escrita; para liberar (abrir issue, comentar PR), remova o /readonly da url.
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)Team id de exemplo
11111111-1111-1111-1111-111111111111
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
An MCP server that integrates with Discord to provide AI-powered features.
AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).
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.652471MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for AI-powered code security, quality, and performance review. Enables auditing code directly from VS Code via right-click or MCP tools.-
- AlicenseNot gradedqualityBmaintenanceMCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for AI DevTool workflow, exposing tools and resources for code review, repository chat, and repository operations.1-
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