dravr-tronc

dravr-ai/dravr-tronc
★ 0 stars Rust 📦 Other Updated today
Shared MCP server infrastructure for dravr-xxx microservices
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": {
    "dravr-tronc": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "dravr-tronc"
      ]
    }
  }
}