Self-Hosted GitHub Bot Runs Claude Code with 40+ Webhook Triggers and MCP Tools

✍️ OpenClawRadar📅 Published: May 14, 2026🔗 Source
Self-Hosted GitHub Bot Runs Claude Code with 40+ Webhook Triggers and MCP Tools
Ad

A new open-source project, Claude Code GitHub Agent, provides a self-hosted bot that gives Claude Code 40+ GitHub webhook triggers and MCP (Model Context Protocol) tools. It runs the Claude Agent SDK with the full Claude Code feature set in isolated worktrees.

Key Features

  • 4 Built-in MCP Servers: GitHub, GitHub Actions, Memory, and Codebase Tools.
  • YAML-Based Triggers: Configure workflows in a workflows block. Example:
workflows:
  review-pr:
    triggers:
      events:
        - event: pull_request.opened
        - event: pull_request.labeled
          filters:
            label.name: ["review", "pr-review", "review-pr"]
      commands:
        - /review
        - /pr-review
        - /review-pr
    prompt:
      template: "/pr-review-toolkit:review-pr {repo} {issue_number}"

This triggers the 'pr-review-toolkit' on opened PRs, on labeled PRs matching those names, and on slash commands in comments.

  • Built-in Workflows: PR review, CI auto-fix, issue triage.
  • Plugins: Add specialized agents.
  • Persistent Memory: Cross-session persistence.
  • Flexible Backend: Supports any Anthropic-compatible API (Ollama, Vertex, Z.AI).
Ad

Status

The project is still in beta (some internals to clean up) but fully usable. Feedback and contributions are welcome.

Who it's for: Developers who want to automate GitHub workflows using Claude Code with custom triggers and MCP tools, fully self-hosted.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also