Skip to main content
Glama
env.example533 B
# Tesla MCP Server - Environment Variables # Copy this file to .env for local development # Server Configuration PORT=3000 HOST=127.0.0.1 NODE_ENV=development # Authentication AUTH_ENABLED=true AUTH_STRATEGY=bearer # Random token for client authentication to this MCP server # Generate with: openssl rand -hex 32 BEARER_TOKEN=your-random-auth-token-here # Tessie API Credentials # Get from: https://developer.tessie.com TESSIE_ACCESS_TOKEN=your-tessie-access-token # Your vehicle VIN (17 characters) TESSIE_VIN=your-vehicle-vin

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/iceener/tesla-streamable-mcp-server'

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