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

AI Trading Agent with Risk Guardrails for Educational Investing
Tools

AI Trading Agent with Risk Guardrails for Educational Investing

A developer built an AI-powered trading assistant that connects Claude to a brokerage account with a risk engine between the AI and money. The system includes safety checks like blocking trades that exceed 50% of portfolio allocation, automatic shutdown at 3% daily loss, and a kill switch at 20% drawdown.

OpenClawRadar
Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis
Tools

Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis

A new open-source plugin for Claude Code addresses generic animation generation by implementing an 'interaction thesis' approach where Claude must describe motion concepts before coding. The plugin includes 8 sub-skills covering GSAP, Framer Motion, CSS animations, and design principles from studied repositories.

OpenClawRadar
TextForge: A Claude Code-built email approval tool for LLM workflows
Tools

TextForge: A Claude Code-built email approval tool for LLM workflows

A developer built TextForge using Claude Code to automate email workflows with mandatory approval gates, preventing LLMs from sending emails without explicit permission. The tool integrates with Pipedrive CRM and required Google CASA2 security audit compliance.

OpenClawRadar
SkillsGate: Open Source Marketplace for AI Coding Agent Skills
Tools

SkillsGate: Open Source Marketplace for AI Coding Agent Skills

SkillsGate is an open source marketplace that indexes 45,000+ skills for AI coding agents like Claude Code, Cursor, and Windsurf. It provides semantic search with vector embeddings and one-command installation via npx.

OpenClawRadar