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
004-add-is-me-column.sql•318 B
-- Migration 004: Add is_me column to contacts
--
-- Adds an `is_me` flag to the contacts table so the user can exist as a
-- self-contact. This self-contact participates in relationships just like
-- any other contact but is protected from deletion.
ALTER TABLE contacts ADD COLUMN is_me INTEGER NOT NULL DEFAULT 0;