Skip to main content
Glama
NehharShah
by NehharShah
vercel.json727 B
{ "version": 2, "builds": [ { "src": "api/index.py", "use": "@vercel/python", "config": { "maxLambdaSize": "50mb", "maxDuration": 300 } } ], "routes": [ { "src": "/api/sse", "dest": "/api/index.py", "headers": { "Cache-Control": "no-cache", "Connection": "keep-alive", "Content-Type": "text/event-stream" } }, { "src": "/api/messages", "dest": "/api/index.py", "methods": ["POST"] }, { "src": "/api/health", "dest": "/api/index.py" }, { "src": "/api", "dest": "/api/index.py" }, { "src": "/(.*)", "dest": "/api/index.py" } ] }

Latest Blog Posts

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/NehharShah/mcp-subconscios'

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