docs
Plug-and-Play Documentation
Filter by:--toolall0x Swap API@aashari/boilerplate-mcp-server@layerzerolabs/devtools-evm-hardhat@modelcontextprotocol/sdkArbitrum Stylus: Move CompilerClaude Code MCP Server ModeCreditCoin Wormhole NTTGitHub MCP Server (Claude Code CLI)LayerZero Cardano EndpointMCP Discovery Endpoint (.well-known/mcp.json)Ripple xrpl-py DAO InteractionRootStock BTC Bridge (Flyover v2.3)Stylus Rust SDKSui Move CLISui Prover & BuilderTempo Payment Enginexrpl.js
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