GhostInTheShell MCP
A sandboxed, read-only MCP server that safely exposes system metrics, container diagnostics, and logs to AI agents with intelligent context compression and strict security measures.
README
🚀 GhostInTheShell MCP
A Sandboxed, Read-Only System Oracle for AI Agents
Because it sees everything… but touches nothing.
GhostInTheShell is an advanced Model Context Protocol (MCP) server for local DevOps, Container Diagnostics, and System Monitoring. It safely exposes metrics, container states, and logs to AI agents while minimizing token usage and preventing malicious directory traversal.
Unlike raw wrapper servers, it provides Diagnostics Intelligence and Strict Sandboxing. Instead of dumping raw command outputs that exhaust LLM tokens, it employs contextual compression to return highly targeted diagnostic intelligence.
🌟 Key Features
Security First Model
Built to be strictly read-only:
- Symlink Traversal Blocker: Protects against malicious directory escapes (
/../). - Whitelist Paths: Hard-blocks system sensitive directories like
/etcand/root. - Virtual Log Registry: Log reading is done via aliases (e.g.,
app_error->/tmp/app.log) so the LLM doesn't even know the real disk paths.
Diagnostics Intelligence Layer
Computes states locally before hitting the LLM:
analyze_containers: Parses Docker states for Crash Loops,OOMKilledflags, and healthcheck failures.check_cpu_anomalies: Uses exact process uptimes to find runaway loops holding threads.check_port_conflicts: Finds exactly what process is stealing port 3000 during your web dev.check_log_errors: Scans the tail of safe logs for spikes ofexceptions/fatals.
Context Compression Engine
A custom logging parser that helps prevent LLM context exhaustion:
- Strips variable noise (timestamps, IDs)
- Deduplicates identical screaming loops
- Truncates giant lines (like massive JSON stack traces) to a tight 500-character cap.
🛠 Installation & Usage
Requires uv and Python 3.10+.
# Clone the repository
git clone https://github.com/pronzzz/GhostInTheShell-mcp.git
cd GhostInTheShell-mcp
# Install as a uv tool globally
uv tool install ./
Or run directly from source:
GHOST_ALLOWED_DIRS="/var/log,/tmp" uv run ghostinshell
Adding to Claude Desktop
To grant Claude Desktop access to your machine's diagnostics securely, edit your claude_desktop_config.json:
{
"mcpServers": {
"ghostinshell": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/ghostinshell",
"run",
"ghostinshell"
]
}
}
}
🧰 Tools Provided to the LLM
get_system_health: High-level multi-platform CPU, Disk, and RAM status.list_processes(sort_by="cpu|memory"): Details on top running processes.docker_status: Raw Docker daemon read-only status.analyze_containers: Intelligent diagnosis of crash loops, OOM flags, and resource limits.check_cpu_anomalies: Detects runaway processes based on load and uptime.check_memory_pressure: Identifies system memory hogs.check_disk_pressure: Warnings for saturated root disks.list_available_virtual_logs: Look up registered safe-to-read log files.tail_log(alias, lines): Returns token-compressed tail of a file.check_log_errors(alias): Rapid regex anomaly detection for error spikes.check_port_conflicts: Detect processes attempting to bind identical local ports.
👩💻 Development
Want to add new safe capabilities? Check out the GUIDE.md and CONTRIBUTING.md.
# Install development dependencies
uv pip install -e ".[dev]"
# Run tests
uv run pytest tests/
We test heavily against:
- Sandbox symlink jailbreaks
- Log compression deduplication logic
- OS cross-platform wrappers (Darwin vs Linux)
- Port conflict topological structures.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。