We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerichosequitin/Metabase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export { handleList } from './list/index.js';
export { handleExecute } from './execute/index.js';
export { handleExport } from './export/index.js';
export { handleSearch } from './search.js';
export { handleClearCache } from './clearCache.js';
export { handleRetrieve } from './retrieve/index.js';