Skip to main content
Glama

Vercel MCP Python Server

by amitpuri
MIT License
  • Apple
  • Linux
.gitignore830 B
# Virtual Environment venv/ env/ ENV/ # Environment Variables .env # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Vercel .vercel/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log # Security and sensitive files *.pem *.key *.crt *.p12 *.pfx secrets.json config.json credentials.json .env.local .env.production .env.staging .env.development # Backup files *.bak *.backup *.tmp *.temp # Database files *.db *.sqlite *.sqlite3 # IDE and editor files *.sublime-* .vscode/settings.json .vscode/launch.json .vscode/extensions.json .idea/workspace.xml .idea/tasks.xml .idea/dictionaries .idea/shelf # OS generated files .DS_Store? ehthumbs.db Icon? Thumbs.db:encryptable

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