homebrew-tap

datris/homebrew-tap
★ 1 stars Ruby 💻 Code/Dev Tools Updated today
Homebrew tap for Datris CLI and MCP Server
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": {
    "homebrew-tap": {
      "command": "npx",
      "args": [
        "-y",
        "datris/homebrew-tap"
      ]
    }
  }
}