We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AEGISnetInc/TS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/usr/bin/env node
/**
* Start the MCP server (STDIO transport).
*/
export declare function runLocalServer(): Promise<void>;
/**
* Print help message.
*/
export declare function printHelp(): void;
/**
* Parse command and route to appropriate handler.
*/
export declare function handleCommand(args: string[]): Promise<void>;
/**
* Main entry point.
*/
export declare function main(): Promise<void>;
//# sourceMappingURL=index.d.ts.map