Skip to main content
Glama

Vercel MCP Python Server

by amitpuri
MIT License
  • Apple
  • Linux
vercel.json259 B
{ "version": 2, "builds": [ { "src": "api/index.py", "use": "@vercel/python" } ], "routes": [ { "src": "/api/(.*)", "dest": "api/index.py" }, { "src": "/(.*)", "dest": "api/index.py" } ] }

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/amitpuri/vercel-mcp-python'

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