OthmaneBlial/term_mcp_deepseek
Free用于终端的 DeepSeek 类 MCP 服务器。
About OthmaneBlial/term_mcp_deepseek
An open-source, MCP-like server that leverages the DeepSeek API to enable AI-assisted terminal command execution. This proof-of-concept demonstrates core Model Context Protocol (MCP) concepts by exposing endpoints for tool listing and command invocation on an active shell session. It features a modern web chat interface (Flask + Tailwind CSS), real-time streaming via Server-Sent Events, persistent Bash session management, basic security measures (authentication, rate limiting), multiple transport options (HTTP REST API and STDIO), and Docker support for easy deployment. The server can interpret special CMD: instructions from the AI to trigger command execution. Note: This is not a fully compliant MCP server; additional work is needed for production readiness.
Key Features
Pros & Cons
- Real-time streaming of command output via SSE
- Session management with conversation storage
- Multiple transport options (HTTP and STDIO) for flexibility
- Docker support for easy deployment
- Includes basic security features (authentication, rate limiting)
- Open-source with permissive license
- Not a fully compliant MCP server as defined by Anthropic
- Requires a valid DeepSeek API key
- Designed as a proof-of-concept, not production-ready
- Limited to terminal command execution; no support for other MCP features like advanced authentication or comprehensive error handling