Back to Home
hargata icon

lubelog_mcp

Verified Safe

by hargata

Overview

Integrates LubeLogger with AI agents to manage vehicle maintenance records using a RESTful API.

Installation

Run Command
docker-compose up -d

Environment Variables

  • LUBELOG_INSTANCE
  • LUBELOG_USER
  • LUBELOG_PASS

Security Notes

The server offers two authentication methods: Header Auth (more secure) and Local Auth (less secure, granting unfettered access to all vehicles). The choice of Local Auth, while documented, presents a significant security consideration if not used carefully. Environment variables (LUBELOG_INSTANCE, LUBELOG_USER, LUBELOG_PASS) are indicated for configuration, promoting secure secret management. No 'eval', obfuscation, or hardcoded secrets were found in the provided snippets. The use of 'AllowedHosts: "*"' in appsettings.json is common but could be tightened for production deployments if strict origin control is needed.

Similar Servers

Stats

Interest Score40
Security Score7
Cost ClassMedium
Avg Tokens250
Stars10
Forks0
Last Update2026-01-12

Tags

Vehicle ManagementAI IntegrationLubeLoggerMaintenanceAPI Server