stethoscope-mcp

RagingRedRiot/stethoscope-mcp
★ 0 stars Rust AI/LLM Updated today
Local MCP server providing constrained, read-only observability into Linux machines
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stethoscope-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "stethoscope-mcp"
      ]
    }
  }
}

README Excerpt

A local [MCP](https://modelcontextprotocol.io) server giving an AI assistant structured, read-only observability into a Linux machine — narrow, named capabilities instead of shell access. **Status: early. v0.1 in progress.** Two tools exist: `system_info` and `system_health`. This is a learning project, built deliberately over multiple sessions.