Skip to main content
Glama
jishnu-commits

RoleCamp Course MCP

RoleCamp Course MCP

MCP server for the RoleCamp course-creation workflow.

Goal

Expose safe, business-level tools for an AI course-creation agent to read and write RoleCamp course data in Supabase.

Target learning hierarchy:

Course
  └── Module
       └── Chapter
            └── Content
                 └── optional SVG

DeepTrack and Waypoint use the same hierarchy. The product difference is depth/amount of content, not database structure.

Related MCP server: Supabase MCP Server

Planned workflow

Topic
  -> topic evaluation
  -> syllabus
  -> syllabus validation
  -> content generation
  -> content validation
  -> MCP
  -> Supabase
  -> final verification
  -> publish

Safety

  • No arbitrary SQL tool will be exposed to the agent.

  • Database credentials stay server-side and are never committed to Git.

  • Publishing is an explicit operation.

  • Existing production data must be preserved during migration work.

Status

Initial scaffold. Database-specific tool implementations will be added after the live Supabase schema is verified.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls.
    10
    Apache 2.0
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with Supabase databases through standardized CRUD operations including querying, inserting, updating, and deleting records with support for filtering, pagination, and column selection.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access and manage Supabase projects through the Model Context Protocol, supporting database operations, edge functions, storage, and documentation search. It provides a complete toolset for SQL execution, migration management, and real-time project debugging.
    -