We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jenova-marie/iris-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•312 B
/**
* CLI Commands Index
* Exports all CLI commands for use in the main CLI application
*/
export { addTeam, type AddTeamOptions } from "./commands/add-team.js";
export { install, type InstallOptions } from "./commands/install.js";
export { uninstall, type UninstallOptions } from "./commands/uninstall.js";