Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ADMIN_AUTH_KEYNoOptional security key for mutating operations
TESLAMATE_BASE_URLNoBase URL of the TeslaMate instancehttp://127.0.0.1:4000
TESLAMATE_AUTH_MODEYesAuthentication mode to use
TESLAMATE_BEARER_TOKENNoBearer token for bearer authentication
TESLAMATE_BASIC_PASSWORDNoPassword for basic authentication
TESLAMATE_BASIC_USERNAMENoUsername for basic authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
teslamate_connection_infoA

Return TeslaMate MCP server and target TeslaMate instance connection details.

teslamate_scope_infoC

Return user scoping metadata used to resolve the TeslaMate target connection.

teslamate_list_endpointsA

List documented/implemented TeslaMate HTTP endpoints exposed by this MCP server.

teslamate_query_suggestionC

Recommend the best TeslaMate MCP tools for a query and optionally return schema discovery for all tools.

teslamate_health_checkC

Call TeslaMate health check endpoint.

teslamate_suspend_loggingC

Suspend logging for a TeslaMate car id via PUT /api/car/:id/logging/suspend.

teslamate_resume_loggingC

Resume logging for a TeslaMate car id via PUT /api/car/:id/logging/resume.

teslamate_get_drive_gpxC

Fetch a drive GPX export by id from GET /drive/:id/gpx.

teslamate_api_requestC

Generic TeslaMate HTTP API call. Supports all available TeslaMate endpoints while enforcing host/auth safeguards.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/LesterAJohn/TeslaMate-mcp'

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