We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sara3/Tesla-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
render.yaml•459 B
# Render Blueprint - Tesla MCP Server
# Deploy with: https://render.com/deploy
services:
- type: web
name: tesla-mcp
runtime: node
buildCommand: npm install && npm run build
startCommand: npm run start:http
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 3000
- key: BASE_URL
sync: false # User must set this to their Render URL
healthCheckPath: /health
autoDeploy: true