CurAI
Provides CRUD operations for user notes (text and images) stored in a Supabase database.
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
An MCP server that used to create notes
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple note-taking MCP server for recording and managing notes with AI models.45 npm36GPL 2.0
- FlicenseNot gradedqualityDmaintenanceA Python-based MCP server that allows users to create, read, and manage digital sticky notes with Claude integration for AI-powered note summarization.-
- FlicenseNot gradedqualityDmaintenanceUn servidor MCP para crear, almacenar y recuperar notas de texto a través de una interfaz de IA conversacional como Claude Desktop.-
- AlicenseAqualityDmaintenanceA beginner-friendly MCP server for managing personal notes. Enables Claude to create, list, read, search, update, and delete notes saved as Markdown files.6MIT