{"id":27455055,"url":"https://github.com/alesr/gh-self-reviewer","last_synced_at":"2026-04-25T12:36:10.720Z","repository":{"id":287718182,"uuid":"965584363","full_name":"alesr/gh-self-reviewer","owner":"alesr","description":"MCP server tool for self-review of GitHub pull requests","archived":false,"fork":false,"pushed_at":"2025-04-13T16:35:22.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-25T12:36:08.812Z","etag":null,"topics":["anthropic","anthropic-claude","code-review","golang","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alesr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-13T13:41:23.000Z","updated_at":"2025-04-13T16:35:25.000Z","dependencies_parsed_at":"2025-04-15T15:16:36.613Z","dependency_job_id":null,"html_url":"https://github.com/alesr/gh-self-reviewer","commit_stats":null,"previous_names":["alesr/gh-self-reviewer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alesr/gh-self-reviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alesr%2Fgh-self-reviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alesr%2Fgh-self-reviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alesr%2Fgh-self-reviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alesr%2Fgh-self-reviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alesr","download_url":"https://codeload.github.com/alesr/gh-self-reviewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alesr%2Fgh-self-reviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","anthropic-claude","code-review","golang","mcp","mcp-server"],"created_at":"2025-04-15T15:16:28.764Z","updated_at":"2026-04-25T12:36:10.689Z","avatar_url":"https://github.com/alesr.png","language":"Go","funding_links":[],"categories":["📦 Other","Code Analysis","✨ Code Analysis \u0026 Quality"],"sub_categories":[],"readme":"# gh-self-reviewer\n[![Go Report Card](https://goreportcard.com/badge/github.com/alesr/gh-self-reviewer)](https://goreportcard.com/report/github.com/alesr/gh-self-reviewer)\n\nA Go-based Anthropic MCP server that helps developers self-review their GitHub pull requests.\n\n## Features\n\n- List all your open pull requests across owned GitHub repositories\n- Comment on your pull requests\n- Designed to work with Claude AI using the Model Control Protocol (MCP)\n\n## Installation\n\n### Prerequisites\n\n- Go 1.24.0 or higher\n- GitHub personal access token with appropriate permissions\n\n### Building from source\n\n```bash\ngit clone https://github.com/alesr/gh-self-reviewer.git\ncd gh-self-reviewer\ngo build -o gh-self-reviewer main.go\n```\n\n## Setup with Claude AI\n\n1. Generate a GitHub personal access token with `repo` scope\n\n2. Add the following configuration to your Claude AI config:\n\n```json\n{\n  \"mcpServers\": {\n    \"github_tools\": {\n      \"command\": \"/path/to/gh-self-reviewer\",\n      \"args\": [],\n      \"env\": {\n        \"GITHUB_TOKEN_MCP_APP_REVIEW\": \"your_github_token_here\"\n      }\n    }\n  }\n}\n```\n\nReplace `/path/to/gh-self-reviewer` with the actual path to the executable and `your_github_token_here` with your GitHub personal access token.\n\n## Usage\n\nOnce set up, you can instruct Claude to:\n\n1. List your open pull requests:\n   ```\n   Could you list my open GitHub pull requests?\n   ```\n\n2. Review and comment on a specific PR:\n   ```\n   Please review my PR at https://github.com/username/repo/pull/123 and add a comment\n   ```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falesr%2Fgh-self-reviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falesr%2Fgh-self-reviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falesr%2Fgh-self-reviewer/lists"}