We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/Google-Research-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
research-mcp.deprecated.ts•651 B
/**
* DEPRECATED - This file is kept for historical reference only
*
* The functionality has been modularized into the following structure:
* - src/server.ts - Main entry point
* - src/config/server-config.ts - Server configuration
* - src/tools/tool-definitions.ts - Tool definitions
* - src/handlers/* - Tool handlers
*
* Please use the new modular structure for all future development.
* Run the new server with: npm run start:modular
*/
console.error('WARNING: You are using a deprecated file. Please use the modular version instead.');
console.error('Run the new server with: npm run start:modular');
process.exit(1);