Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Tesla MCP Server
Claim
by
scald
GitHub
Home Automation & IoT
OS Automation
TypeScript
MIT License
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
tesla-mcp
docs
.github
src
check-secrets.sh
.gitignore
LICENSE
package.json
pnpm-lock.yaml
README.md
run-mcp.js
run.sh
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "ts-node": { "esm": true, "experimentalSpecifierResolution": "node" }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "src/registrationServer.ts" ] }