We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benkaiser/mob-mcp-crm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
002-remove-groups.sql•158 B
-- Remove groups feature: drop contact_groups junction table first, then groups_table
DROP TABLE IF EXISTS contact_groups;
DROP TABLE IF EXISTS groups_table;