We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
20250120000034_coaches_sample_prompts.sql•375 B
-- ABOUTME: Migration to add sample_prompts column to coaches table.
-- ABOUTME: Stores JSON array of sample prompts for quick-start suggestions.
-- Add sample_prompts column to coaches table
-- This allows coaches to have associated sample prompts that users can
-- quickly select to start a conversation with the coach.
ALTER TABLE coaches ADD COLUMN sample_prompts TEXT;