Progresso MCP
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., "@Progresso MCPlist my open tickets"
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.
Progresso MCP
Hand the live Progresso workspace (same Supabase as progresso.rritjesade.com) to any MCP client — Cursor, Claude Desktop, Inspector, etc.
Docs: https://progresso.rritjesade.com/docs/mcp · Admins: Settings → Connectors
One-command (Cursor)
{
"mcpServers": {
"progresso": {
"command": "npx",
"args": ["-y", "github:cetijunior/progresso-mcp"],
"env": {
"SUPABASE_URL": "https://dtigibuhzhmxrkfzvijt.supabase.co",
"SUPABASE_ANON_KEY": "sb_publishable_…",
"PROGRESSO_REFRESH_TOKEN": "…"
}
}
}
}Copy your refresh token from Settings → Connectors (web or Mac). Prefer refresh over access JWT. Never use the service-role key.
When published to npm: npx -y progresso-mcp (same env).
Related MCP server: Self-Hosted Supabase MCP Server
Local / Inspector
cp .env.example .env # URL, anon key, PROGRESSO_REFRESH_TOKEN
npm install
npm run build
npm run inspectorTools (v0.2)
Tool | Purpose |
| Financials + presence + WIP count |
| Board work |
| CRM |
| Projects |
| Time |
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 Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Supabase databases and n8n workflows through a JSON-RPC 2.0 MCP server. Provides database operations, vector search capabilities, and webhook-based workflow automation with secure API token authentication.
- FlicenseNot gradedqualityDmaintenanceEnables developers to interact with self-hosted Supabase instances, providing database introspection, migration management, auth user operations, storage management, and TypeScript type generation directly from MCP-compatible development environments.
- AlicenseNot gradedqualityDmaintenanceEnables secure interaction with Supabase databases via the PostgREST API, supporting full CRUD operations and stored procedure calls. It utilizes the Dedalus MCP framework to provide encrypted credential handling and just-in-time token exchange.4MIT
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.1MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
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/cetijunior/progresso-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server