Skip to main content
Glama
by turnono
firebase.json859 B
{ "hosting": { "target": "7pace-mcp", "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**", "src/**", "*.md", "package*.json", "tsconfig.json", "test-*.js" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ], "headers": [ { "source": "**/*.@(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2)", "headers": [ { "key": "Cache-Control", "value": "public,max-age=31536000,immutable" } ] }, { "source": "**/*.@(html|json)", "headers": [ { "key": "Cache-Control", "value": "public,max-age=3600" } ] } ], "cleanUrls": true, "trailingSlash": false } }

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/turnono/7pace-mcp-server'

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