Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by OthmaneBlial • Tools & CLI
An MCP-like server that integrates DeepSeek chat with a persistent terminal, letting AI assistants list tools and execute shell commands via HTTP endpoints and real-time streaming.
Execute and stream terminal commands remotely and capture output for multi-step automation or troubleshooting workflows.
Augment conversational AI responses with actionable tool invocations (CMD: lines) to perform system-level operations from chat.
An MCP-like interface to discover available server-side tools and directly invoke them (list_tools / call_tool) while maintaining session state.
This is a proof-of-concept MCP-style server that connects a DeepSeek-powered chat interface to a persistent Bash session, allowing the AI to include command instructions (lines beginning with CMD:) that the server can execute. It exposes MCP-like endpoints (/mcp/list_tools, /mcp/call_tool), a chat endpoint, and an SSE streaming endpoint for real-time terminal output. The project demonstrates session management, basic security, and streaming, but is not a fully compliant production MCP implementation and would need additional hardening and protocol standardization for production use.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.