A DeepSeek MCP-like Server for terminal environments, providing a concrete implementation of an MCP Server for shell access.
Loading more......
An experimental MCP Server for the Linux terminal, supporting sandboxed execution and MCP-based automation of command-line scripts.
A secure shell command execution server implementing the Model Context Protocol (MCP), directly relevant as a secure MCP Server example.
A Mac-specific MCP server for autonomous shell execution, computer control, and coding agent tasks.
Official MCP server for AIStor, directly relevant as a reference implementation for MCP server capabilities.
MCP server for searching Baseline status with the Web Platform API, fitting into the MCP server directory.
An MCP server that connects to the Layer API service to provide cat facts through a stdio transport server built with the MCP SDK. Relevant as an example of a Model Context Protocol (MCP) server implementation.
A prototype implementation of an MCP-like server for terminal environments, using the DeepSeek API. It demonstrates Model Context Protocol (MCP) concepts by enabling AI-driven shell command execution and tool invocation via a web interface.
Source: GitHub Repository
CMD:) to trigger shell command execution.pexpect./mcp/list_tools: Lists available tools (e.g., write_to_terminal, read_terminal_output, send_control_character)./mcp/call_tool: Invokes specific tool commands on the server./chat: Accepts POST requests with a message, processes it via DeepSeek, executes commands, and returns responses.