We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gellasangameshgupta/sf_mcp_oc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
netlify.toml•460 B
[build]
command = "npm run build:netlify"
functions = "netlify/functions"
publish = "public"
[build.environment]
NODE_VERSION = "18"
[[redirects]]
from = "/health"
to = "/.netlify/functions/health"
status = 200
[[redirects]]
from = "/mcp/tools/list"
to = "/.netlify/functions/tools-list"
status = 200
[[redirects]]
from = "/mcp/tools/call"
to = "/.netlify/functions/tools-call"
status = 200
[functions]
node_bundler = "esbuild"