Mistral-MCP-Hackathon-2025/mcp-la_telecommande
If you are the rightful owner of mcp-la_telecommande and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
La Télécommande is an SSH-powered Model Context Protocol (MCP) server designed to simplify infrastructure management through natural language commands.
Tools
Functions exposed to the LLM to take actions
ssh_list_vms
Lists VM names the caller can access.
ssh_is_vm_up
Performs a quick TCP probe to the VM’s SSH port with rough latency.
ssh_vm_distro_info
Provides read-only diagnostics including distro, kernel, and package manager information.
ssh_run_command
Executes a shell command on a permitted VM.
ssh_search_logs
Performs semantic search across SSH history.
ssh_get_statistics
Aggregates usage stats over SSH command history.
ssh_suggest_commands
Suggests commands from prior successful executions using semantic similarity.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client