We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/ThoughtMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
001_initial_schema_down.sql•414 B
-- Rollback Migration 001: Drop Initial Schema
-- Removes all core tables (CASCADE will handle foreign keys)
DROP TABLE IF EXISTS memory_emotions CASCADE;
DROP TABLE IF EXISTS memory_metadata CASCADE;
DROP TABLE IF EXISTS memory_links CASCADE;
DROP TABLE IF EXISTS memory_embeddings CASCADE;
DROP TABLE IF EXISTS memories CASCADE;
-- Note: We don't drop the vector extension as it might be used by other systems