binnacle

grammy-jiang/binnacle
★ 0 stars Python AI/LLM Updated 2d ago
Binnacle is an independent MCP server for Raspberry Pi that lets ChatGPT inspect and operate a device through deterministic tools. It supports host administration, software engineering, and hardware/peripheral development, while enforcing local permissions, safety limits, auditing, and recovery controls. ChatGPT remains the sole AI reasoning agent.
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": {
    "binnacle": {
      "command": "uvx",
      "args": [
        "binnacle"
      ]
    }
  }
}

Or install with pip: pip install binnacle