Back to Home
ronibandini icon

HuskyLens2MCP

Verified Safe

by ronibandini

Overview

Provides a command-line interface to interact with a DFRobot HuskyLens 2 MCP Server, leveraging Google Gemini AI for visual reasoning and natural language processing of sensor data.

Installation

Run Command
python HuskyMCPChat.py

Environment Variables

  • GEMINI_API_KEY
  • SERVER_URL

Security Notes

The script is a client and connects to a user-specified HuskyLens MCP server. Hardcoded placeholders for `GEMINI_API_KEY` and `SERVER_URL` require manual modification by the user, which is a minor security anti-pattern but acceptable for a local CLI utility. Input for LLM prompts (from HuskyLens sensor data and user queries) introduces inherent prompt injection risks, common in LLM applications. No `eval` or `exec` found. `os.system('cls')` is used for clearing the console, not a security risk.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-11-29

Tags

AIComputer VisionHardware InterfaceCLIGemini