Linux Info Mcp
@ranglust
关于 Linux Info Mcp
62(and growing) read-only diagnostic tools that let Claude inspect your Linux fleet without touching it. Files, systemd, performance, networking, processes, disks, kernel, packages,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"linux-info": {
"command": "uv",
"args": [
"run",
"--directory",
"/Users/ronenangluster/repos/linux-info-mcp",
"linux-info-mcp"
],
"env": {
"LINUX_INFO_SSH_CMD": "ssh",
"LINUX_INFO_HOSTS": "",
"LINUX_INFO_TIMEOUT": "30",
"LINUX_INFO_MAX_BYTES": "1048576",
"LINUX_INFO_MAX_HOSTS": "10",
"LINUX_INFO_PARALLELISM": "4",
"LINUX_INFO_LOG_FILE": "",
"LINUX_INFO_LOG_LEVEL": "INFO"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linux Info Mcp?
Linux Info Mcp provides over 60 read-only diagnostic tools that let Claude inspect your Linux fleet files, systemd, performance, networking, processes, disks, kernel, packages, and Docker via SSH. Each tool is a hardened wrapper around a standard command, runs over your own SSH config, and is designed for system administrators and developers who want safe, AI-powered observability of production systems.
How to use Linux Info Mcp?
Set up with Python via uv, configure with a single mcpServers entry in your MCP client, and tune behavior using environment variables. Works with Claude Desktop and Claude Code. Run any tool on one host or pass a list for parallel execution (capped at 25 hosts per call).
Key features of Linux Info Mcp
- Read-only by construction: no code path mutates state.
- Injection-hardened: shell quoting, flag whitelists, host allowlist.
- Uses your existing SSH config and agent; no credentials shared.
- Bounded output, per-call timeouts, capped multi-host fan-out (25 max).
- Auditable: structured stdout/stderr/exit_code + optional JSONL logs.
- 62+ hardened diagnostic tools covering system aspects and Docker.
Use cases of Linux Info Mcp
- Inspect systemd services across multiple hosts without manual SSH.
- Check disk usage and kernel parameters on a fleet of Linux servers.
- Troubleshoot network performance using bounded, auditable SSH commands.
- Monitor Docker containers in production with no risk of mutation.
- Audit package versions across your Linux infrastructure via Claude.
FAQ from Linux Info Mcp
How is this different from other server monitoring tools?
It provides read-only access with no mutation path, injection-hardened commands, and uses your own SSH config – no agent or credentials stored. It is designed for AI-driven inspection via the Model Context Protocol.
What are the runtime requirements?
Python via uv; uses your existing SSH setup (agent, jump hosts, wrapper). No server-side installation is needed on target hosts.
Where does the data live?
All commands run over SSH on the target hosts; outputs are returned to Claude. The server itself never stores credentials or data. Optional JSONL logging can be enabled for auditing.
What are the known limits?
Output is byte-capped, per-call timeouts apply, and multi-host fan-out is capped at 25 hosts to prevent overload. No mutation path exists – no service restarts, file edits, or package installs.
What transports and authentication does it support?
Uses your existing SSH agent or any wrapper (e.g., tsh ssh, jump hosts). The server never sees a credential; authentication is handled entirely by your SSH configuration.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
评论