MCP.so
登录

Claude Code + GitHub Actions統合

@mokemoke0821

关于 Claude Code + GitHub Actions統合

Claude MCP Server Integration & GitHub Actions

基本信息

分类

AI 与智能体

运行时

node

传输方式

stdio

发布者

mokemoke0821

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude Code + GitHub Actions統合?

An integration project that connects local Claude Code development with GitHub Actions via the grll/claude-code-action, also providing MCP server configuration for Claude Desktop App. It enables automated Claude execution on pull requests, issues, and pushes, with sync back to the local environment.

How to use Claude Code + GitHub Actions統合?

Run npm install and npm run setup for initial setup. Create a GitHub repository, install the Claude GitHub App, and set secrets (CLAUDE_ACCESS_TOKEN, CLAUDE_REFRESH_TOKEN, CLAUDE_EXPIRES_AT). Use npm run claude:local for local chat, or mention @claude on PRs/issues for GitHub‑based automation.

Key features of Claude Code + GitHub Actions統合?

  • Fully automated GitHub Actions CI/CD pipeline
  • @claude mention support on pull requests and issues
  • Local and cloud‑based Claude Code execution
  • Synchronization between local and GitHub results
  • Pre‑configured MCP servers (filesystem, enhanced‑development‑commander, enhanced‑file‑commander)
  • Error diagnostics and troubleshooting tools

Use cases of Claude Code + GitHub Actions統合?

  • Code review and improvement suggestions via @claude mentions
  • Automated bug fixing triggered by pull requests
  • New feature implementation with Claude on GitHub
  • Local development with Claude Code, then push for automated testing
  • Integrating Claude Desktop App with MCP servers for file and development operations

FAQ from Claude Code + GitHub Actions統合

What dependencies are required?

Node.js and npm, a GitHub repository, the Claude GitHub App, and Claude Code installed locally.

How do I set up GitHub authentication?

Store CLAUDE_ACCESS_TOKEN, CLAUDE_REFRESH_TOKEN, and CLAUDE_EXPIRES_AT in the repository’s GitHub Secrets.

How do I test the integration?

Run npm run sync test to verify synchronization between local and GitHub environments.

What MCP servers are included?

Three servers: filesystem (npx), enhanced‑development‑commander, and enhanced‑file‑commander.

How do I troubleshoot common errors?

  • Claude Code not detected → verify Claude Code installation.
  • GitHub authentication error → check Secrets configuration.
  • Sync error → run npm run sync again.

评论

AI 与智能体 分类下的更多 MCP 服务器