README.md
GitHub integration tool to manage pull requests with automated descriptions.
A GitHub integration tool that enables MCP clients to manage pull requests through tools for creating, updating, and listing PRs with automated descriptions. It also includes a webhook server for real-time PR updates and a customizable CLI with distinct personality modes.
Tools (3)
create_pull_requestCreate a new pull request with automated descriptions.update_pull_requestUpdate an existing pull request's details.list_pull_requestsList pull requests for a specific repository.Environment Variables
GITHUB_TOKENrequiredPersonal access token for GitHub API authenticationConfiguration
claude_desktop_config.json
{"mcpServers":{"azucar":{"command":"npx","args":["-y","@seantokuzo/azucar-mcp"],"env":{"GITHUB_TOKEN":"YOUR_TOKEN_HERE"}}}}Try it
→Create a pull request for the 'feature-login' branch in seantokuzo/azucar-mcp with an automated description.
→List all open pull requests in the repository seantokuzo/azucar-mcp.
→Update the description of pull request #5 to include the latest changelog.
→Check the status of my recent pull requests on GitHub.