shellguard: ShellGuard is an MCP server that provides LLM agents with controlled, read-only bash access to remote servers over SSH. It parses and validates every command against an allowlist, blocking destructive operations with helpful suggestions. The LLM can connect, run diagnostics, inspect logs, query databases, and download files without manual context-switching.; MCP-Chinese-Getting-Started-Guide: This guide provides a rapid introduction to the Model Context Protocol (MCP), an open-source protocol standardizing LLM interactions with external data and tools. It demonstrates building and debugging MCP servers, developing MCP clients for LLMs like DeepSeek, and integrating with Claude Desktop.
Remote server diagnostics and troubleshooting without manual SSH sessions
Enhancing LLMs with real-time web search capabilities