Skip to main content
Glama
netlify.toml502 B
# Netlify configuration for MCP Server over SSE [build] command = "npm install && npm run build" publish = "." [build.environment] NODE_VERSION = "18" [functions] directory = "netlify/functions" node_bundler = "esbuild" external_node_modules = [ "express", "cors", "fuse.js", "serverless-http", "@modelcontextprotocol/sdk" ] # Route all requests to the MCP function [[redirects]] from = "/*" to = "/.netlify/functions/api/:splat" status = 200 force = true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joe-watkins/magentaa11y-mcp-remote'

If you have feedback or need assistance with the MCP directory API, please join our Discord server