We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyaltoledano/claude-task-master'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•275 B
/**
* @fileoverview Model setup module exports, command not yet here, still lives in commands.js (old structure)
*/
export * from './types.js';
export * from './fetchers.js';
export * from './custom-providers.js';
export * from './prompts.js';
export * from './setup.js';