MCPs tagged with remote command execution
-
MCP Ping-Pong Server by Remote Call
An experimental MCP-based Ping-Pong server leveraging FastAPI and FastMCP for remote calls.
MCP Ping-Pong Server by Remote Call demonstrates the use of the Model Context Protocol (MCP) for handling command-based interactions via FastAPI. The project provides a backend powered by FastAPI and FastMCP, enabling remote MCP calls through API endpoints and Server-Sent Events (SSE). It includes thread-safe session management, command handling integration, and an interactive UI for engaging with ping, pong, and count operations. Designed as an educational tool, it showcases practical MCP usage for API-driven workflows.
- ⭐ 1
- MCP
- kimtth/mcp-remote-call-ping-pong
-
SSH MCP Server
MCP-compliant SSH server for secure command execution on Linux and Windows.
SSH MCP Server provides an MCP-compliant interface to expose SSH control for both Linux and Windows systems. It enables secure execution of shell commands remotely, supporting password and SSH key authentication as well as sudo and su elevation. Built with TypeScript and the official MCP SDK, the server offers configurable timeouts, process management, and compatibility with popular LLM clients such as Claude Desktop and Cursor. Designed for robust and flexible integration, it facilitates natural language interfaces to system administration tasks.
- ⭐ 137
- MCP
- tufantunc/ssh-mcp