Jetson
CreatedZalmotek
Monitor and remotely control an Nvidia Jetson board using natural language commands from network clients.
About
Jetson allows you to monitor and control an Nvidia Jetson board using natural language commands. Leveraging the FastMCP library, it creates an MCP server accessible to clients on the same network via Server-Sent Events (SSE). Key features include retrieving Jetson hardware and software information, along with scripts for simplified installation and systemd service setup, making it easy to deploy and manage the server as a background process.
Key Features
- Provides MCP tools accessible via SSE transport.
- Includes script for systemd service setup for background operation.
- Retrieves Jetson hardware information from /etc/nv_boot_control.conf.
- 4 GitHub stars
- Retrieves Jetson software information from /etc/nv_tegra_release and /proc/version.
- Includes installation script with virtual environment setup.
Use Cases
- Remotely monitoring Jetson hardware status.
- Automating Jetson configuration and management tasks.
- Remotely controlling Jetson board functions via natural language.