We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ma3u/dust-mcp-server-postman-railway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { WorkspaceConfig } from '../config/workspace';
import { AgentConfiguration } from '../types/agent';
export declare class AgentDiscoveryService {
private static instance;
private cache;
private constructor();
static getInstance(): AgentDiscoveryService;
private getCacheKey;
getAgentConfigurations(workspaceConfig: WorkspaceConfig, forceRefresh?: boolean): Promise<AgentConfiguration[]>;
getAgent(workspaceConfig: WorkspaceConfig, agentId: string): Promise<AgentConfiguration | undefined>;
clearCache(workspaceId?: string): void;
}
//# sourceMappingURL=agentDiscovery.d.ts.map