Skip to main content
Glama
LeticiaNascS

DevReview MCP Server

by LeticiaNascS

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)

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
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/LeticiaNascS/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server