We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1mcp-app/agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•381 B
/**
* Server Management Domain
*
* Provides services and utilities for managing MCP server installations,
* including install, update, uninstall, and status tracking.
*/
// Export types
export * from './types.js';
// Export services
export * from './serverInstallationService.js';
export * from './progressTrackingService.js';
export * from './services/versionResolver.js';