MCP ProcFS Server
Related Servers
Alternatives to MCP ProcFS Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA read-only MCP server for Linux and macOS system administration, diagnostics, and troubleshooting, supporting remote SSH execution and multi-host management.Apache 2.0
- AlicenseBqualityCmaintenanceA read-only MCP server for Linux system monitoring and OS algorithm simulation, exposing tools for memory, filesystem, process, and CPU scheduling observations.12MIT
- AlicenseAqualityAmaintenanceA Linux system monitoring MCP server that provides real-time information on CPU, memory, disk, network, processes, Docker, security, and more via MCP tools.69MIT
- FlicenseNot gradedqualityCmaintenanceA production-grade MCP server that lets AI cloud services control and manage your Linux server securely via HTTP/SSE.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for filesystem, database, web, system, and shell operations, along with resources and prompts via SSE transport.-
- AlicenseNot gradedqualityCmaintenanceA production-ready MCP server for secure, session-based command execution, file manipulation, and system inspection via local terminal sessions.2 npmISC
TDQS
Scored across 10 tools
Most tools target clearly distinct resources or actions, such as CPU info, memory info, network stats, and disk stats. The main ambiguity is between the generic read_procfs tool and the specialized get_* wrappers, since raw CPU/memory data could also be fetched via read_procfs.
Tool names follow a consistent verb_noun snake_case pattern, with get_, set_, read_, write_, and list_ prefixes. The only minor inconsistency is mixing read_procfs with get_* for similar information-retrieval operations, but the naming remains predictable overall.
Ten tools is a well-scoped size for a /proc filesystem server. Each tool covers a meaningful area of system inspection or tuning without unnecessary redundancy or bloat.
The tool set covers reading proc files, retrieving key system metrics, viewing and setting sysctl parameters, and adjusting process scheduling properties. Minor gaps exist, such as no explicit process listing or broader process signal control, but the core /proc workflows are well covered.