Skip to main content
Glama

JetsonMCP

by ajeetraina
__init__.pyโ€ข473 B
""" JetsonMCP - MCP server for NVIDIA Jetson Nano systems A comprehensive MCP server that enables AI assistants to manage and control NVIDIA Jetson Nano systems through SSH connections, providing edge AI computing capabilities, hardware optimization, and system administration. """ __version__ = "1.0.0" __author__ = "Ajeet Singh Raina" __email__ = "ajeetraina@gmail.com" __license__ = "MIT" from .server import create_server __all__ = ["create_server", "__version__"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajeetraina/jetsonMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server