jafff/terminal-mcp
3.1
If you are the rightful owner of terminal-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Terminal MCP Server is designed to interface with the Terminal telematics API, providing a robust solution for managing telematics data through a Model Context Protocol server.
Terminal MCP Server
An MCP (Model Context Protocol) server for the Terminal telematics API (withterminal.com).
Installation
Using pnpm:
pnpm install
Using npm:
npm install
Usage
Start the server:
pnpm start
or
npm start
Build the extension
To pack the extension for Claude desktop, install mcpb and run
pnpm build-extension
Configuration
Create a .env file in the project root with your Terminal API credentials:
TERMINAL_API_KEY=your_api_key_here
Development
The project uses TypeScript and ESLint for code quality. Run linting with:
pnpm lint
or
npm run lint