We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/freddie-manatal/sentry-sensei-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
netlify.toml•411 B
[build]
publish = "public"
functions = "netlify/functions"
ignore = "exit 0"
[build.environment]
NODE_VERSION = "18"
[functions."mcp"]
timeout = 30
# API endpoints - must come before Docusaurus routes
[[redirects]]
from = "/health"
to = "/.netlify/functions/mcp?health"
status = 200
force = true
[[redirects]]
from = "/mcp"
to = "/.netlify/functions/mcp"
status = 200
force = true