devboy-tools

meteora-pro/devboy-tools
★ 11 stars Rust 🤖 AI/LLM Updated 7d ago
Configurable tool bundle for AI coding agents — use via MCP server, CLI, or agent skills. npm wrapper for the Rust binary.
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": {
    "devboy-tools": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "devboy-tools"
      ]
    }
  }
}