github-app-playground

chrisleekr/github-app-playground
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
A GitHub App that listens for bot mention on PRs and issues, then autonomously responds using the Claude Agent SDK (@anthropic-ai/claude-agent-sdk) with MCP servers
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": {
    "github-app-playgroun": {
      "command": "npx",
      "args": [
        "-y",
        "chrisleekr/github-app-playground"
      ]
    }
  }
}

README Excerpt

A GitHub App that responds to `@chrisleekr-bot` mentions on pull requests and issues, powered by the Claude Agent SDK. Every event is handed to a daemon for execution; when triage flags a job as heavy or the queue overflows, the orchestrator spawns an ephemeral daemon Pod on demand so one deployment can serve both trivial chores and long-running refactors.

Topics

anthropicappclaude-agent-sdkclaude-code-actiongithubmcpmodelcontextprotocoloctokitplayground