Skip to main content
Glama
LucasViana1

DevReview MCP Server

by LucasViana1

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 dev

O 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)
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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