Skip to main content
Glama
cetijunior

Progresso MCP

by cetijunior

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 inspector

Tools (v0.2)

Tool

Purpose

dashboard_pulse

Financials + presence + WIP count

list_tickets / get_ticket / create_ticket / update_ticket / move_ticket / add_comment

Board work

list_leads / create_lead / update_lead

CRM

list_projects / update_project

Projects

check_in / check_out / stop_timer

Time

Install Server
F
license - not found
B
quality
C
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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.
    1
    MIT

View all related MCP servers

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)

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/cetijunior/progresso-mcp'

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