We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/okets/folder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cli.ts•303 B
/**
* Temporary stub for CLI configuration
* TODO: Remove when CLI is updated to use new config system
*/
export interface CLIConfig {
// Minimal stub interface
}
export const defaultCLIConfig: CLIConfig = {};
export function setupConfigCommand(): any {
// Minimal stub function
return {};
}