We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amdocs-Studio/harmony2-gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.js•161 B
// Re-export src/index.js for Vercel
// This allows us to use a single file (src/index.js) for both local and Vercel
export { default } from '../src/index.js';