@infoinlet/mcp-github
v0.1.1
Published
GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only by default (writes opt-in). MCP server.
Readme
@infoinlet/mcp-github
GitHub for AI agents — read-only by default. search_repositories, get_repository, list_issues, get_issue, list_pull_requests, get_pull_request, search_code, get_file, list_commits. Writes (create_issue) only when GITHUB_WRITE_ALLOWED=true. Repos accept owner/repo or a URL.
{ "mcpServers": { "github": { "command": "npx", "args": ["-y", "@infoinlet/mcp-github"], "env": { "GITHUB_TOKEN": "ghp_..." } } } }