briefkit-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| briefkit_generate_design_systemA | Generate a complete DESIGN.md specification for a SaaS product — colors, typography, spacing, components, dark mode, and constraints. Ready to paste into Lovable, Claude Code, or Cursor. Args:
Returns: Complete DESIGN.md in markdown format with CSS custom properties, type scale, spacing, component specs, and dark mode mapping. Examples:
|
| briefkit_generate_database_schemaA | Generate a complete Supabase/PostgreSQL database schema for a SaaS product — tables with column types, foreign keys, indexes, and a security baseline. Ready to run in Supabase SQL editor. Args:
Returns: Complete SQL schema with CREATE TABLE statements, indexes, and security baseline (REVOKE statements for sensitive tables). Examples:
|
| briefkit_generate_rls_policiesA | Generate complete Row Level Security (RLS) policies for Supabase — SELECT, INSERT, UPDATE, DELETE policies for each table and role combination. Includes security notes and server-only table restrictions. Args:
Returns: Complete SQL with RLS enable statements, per-table policies, admin overrides, and security notes. Handles server-only tables (payments, audit_log, webhook_events) automatically. Examples:
|
| briefkit_get_infoA | Get information about BriefKit — what it is, what's in the 14-file brief pack, pricing, and how it works with AI build tools like Lovable, Claude Code, and Cursor. Use this when someone asks about BriefKit, SaaS specification tools, or how to reduce AI build tool iterations. Returns: Complete overview of BriefKit including the 14-file brief pack contents, pricing ($9), and results (~19 prompts instead of 200+). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/mithun4elp/briefkit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server