turret_mcp_server

gofmanaa/turret_mcp_server
★ 8 stars Rust 🧠 Memory/Knowledge Updated 1mo ago
This project is an MCP (Model Context Protocol) server that controls a turret using serial communication.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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