CurAI
Provides CRUD operations for user notes (text and images) stored in a Supabase 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., "@CurAIcreate a note about tomorrow's meeting"
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.
CurAI PoC
App mínima: notas de texto e imágenes por usuario, CRUD en la web y desde Claude vía MCP.
URLs
Qué | URL |
App (principal) | |
App (alias) | |
MCP | |
Consent OAuth | |
Código |
Related MCP server: AI Sticky Notes
Estado técnico
Vercel projects:
jpama/curai(dominio coral) yjpama/curai-poc, ambos con el mismo código y env.Repo GitHub conectado: builds automáticos desde
main.Supabase proyecto:
curai-poc(gvhboflvlsnobthnmwle) — tablas + RLS + bucket listos.Env
NEXT_PUBLIC_*configuradas como non-sensitive (requerido para que Next las inline en el cliente).
Configuración OAuth en Supabase (manual)
En https://supabase.com/dashboard/project/gvhboflvlsnobthnmwle :
Authentication → Providers → Email ON (desactivar Confirm email para el PoC).
Authentication → OAuth Server → ON.
Authorization Path:
https://curai-coral.vercel.app/oauth/consentDynamic Client Registration → ON.
URL Configuration → Site URL:
https://curai-coral.vercel.app
Redirect URLs:https://curai-coral.vercel.app/**,https://curai-poc.vercel.app/**,http://localhost:3000/**
Local
cp .env.example .env.local
# URL: https://gvhboflvlsnobthnmwle.supabase.co
# ANON key del dashboard
# APP_URL=http://localhost:3000
npm install
npm run devClaude
Conector personalizado:
Name:
CurAIURL:
https://curai-coral.vercel.app/api/mcpClient ID/Secret: vacíos
Sin Deployment Protection en Vercel.
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.
Latest Blog Posts
- 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/jpoyarzun/curai-poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server