Skip to main content
Glama

Poke MCP Production Server

vercel.json332 B
{ "version": 2, "builds": [ { "src": "api/index.py", "use": "@vercel/python" } ], "routes": [ { "src": "/(.*)", "dest": "api/index.py" } ], "env": { "PYTHON_VERSION": "3.11" }, "functions": { "api/index.py": { "maxDuration": 30, "memory": 1024 } } }

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/patrickcarmichael/poke-mcp-production'

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