[[redirects]]
from = "/mcp/*"
to = ".netlify/functions/mcp/:splat"
status = 200
[[redirects]]
from = "/oauth-server/*"
to = ".netlify/functions/oauth-server/:splat"
status = 200
# just in case some client assumes these common defaults
[[redirects]]
from = "/token"
to = ".netlify/functions/oauth-server/token"
status = 200
[[redirects]]
from = "/authorize"
to = ".netlify/functions/oauth-server/auth"
status = 200
[[redirects]]
from = "/.well-known/oauth-protected-resource"
to = ".netlify/functions/oauth-server/.well-known/oauth-protected-resource"
status = 200
[[redirects]]
from = "/.well-known/oauth-authorization-server"
to = ".netlify/functions/oauth-server/.well-known/oauth-authorization-server"
status = 200
[[redirects]]
from = "/.well-known/openid-configuration"
to = ".netlify/functions/oauth-server/openid-configuration"
status = 200
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/netlify/netlify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server