docs

Plug-and-Play Documentation

docs.sh — Copy-paste snippets
[ _ ][ 🗗 ][ X ]

Your GitHub repository is your most important DevRel blog. Tested configs, copy-paste ready.

--tool@GitHub MCP Server (Claude Code CLI)

Connect Claude Code to GitHub repos for PR review, issue creation, code browsing.

install
claude mcp add --transport http github https://api.githubcopilot.com/mcp/
bash
# After authentication via `/mcp` in Claude Code
> "Review PR #456 and suggest improvements"
> "Create a new issue for the bug we just found"
> "Show me all open PRs assigned to me"

# Store PAT securely
echo "GITHUB_PAT=your_token_here" > .env
echo -e ".env\n.mcp.json" >> .gitignore