Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/scopweb/mcp-go-github/claude-mdgit clone --depth 1 https://github.com/scopweb/mcp-go-githubWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01728 | $0.01728 |
| Opus 5 | $0.00864 | $0.00864 |
| Sonnet 5 | $0.00346 | $0.00346 |
| Haiku 4.5 | $0.00173 | $0.00173 |
Grade A, and why
mcp-go-github CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - MCP GitHub Server v4.0
Status: ✅ Production Ready | Tools: 26 (consolidated from 85) | Architecture: Hybrid (Local Git + GitHub API + Admin Controls)
Core Architecture
Go-based MCP server providing GitHub integration for Claude Desktop via JSON-RPC 2.0.
Key Files
cmd/github-mcp-server/main.go- Entry point with multi-profile supportinternal/server/server.go- MCP handler with 26 consolidated toolspkg/git/operations.go- Local Git operations (0 tokens)pkg/github/client.go- GitHub API client wrapper with 11 methodspkg/admin/admin.go- Administrative operations clientinternal/hybrid/operations.go- Smart Git-first operationspkg/dashboard/dashboard.go- GitHub dashboard operationspkg/safety/- Safety layer with risk classification and auditinternal/server/admin_tools.go- 4 consolidated admin tools (22 operations)internal/server/admin_handlers.go- Admin operation handlersinternal/server/safety_middleware.go- Safety execution wrapper
Design: Consolidated Operation Pattern
Tools use an operation parameter to expose multiple operations under one tool name.
This reduces the tool count from 85 to 26, preventing AI model confusion from tool reading limits.
Example: git_branch with operation: checkout|checkout_remote|list|merge|rebase|backup
Safety uses composite keys tool:operation (e.g., github_webhooks:delete) for risk classification.
Features
- Multi-profile: Single executable, multiple GitHub accounts via
--profileflag - Protocol auto-detection: Automatically detects and responds with client's MCP protocol version
- Hybrid ops: Local Git first (0 tokens) → GitHub API fallback
- 26 consolidated tools: All 85 operations accessible via operation parameter pattern
- 4-tier safety system: Risk-based classification with confirmation tokens
- Audit logging: JSON-based operation tracking with automatic rotation
- Dry-run mode: Preview destructive operations before execution
- Security: Path traversal prevention, command injection protection, SSRF prevention
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 158 lines · 1,728 tokens per session scan A 568bce84c3af
mcp-go-github CLAUDE.md is an instructions file published in the GitHub repository scopweb/mcp-go-github (0 stars, last pushed 15d ago), licensed MIT. It adds 1,728 tokens to every session, about $0.0086 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
rag-code-mcp copilot-instructions.md
Instructions for doITmagic/rag-code-mcp, covering copilot instructions - ragcode mcp, ⚖️ the golden rule, project overview, architecture & patterns and developer workflows.
ollama CLAUDE.md
Claude Code instructions for ollama/ollama: See AGENTS.md for the shared agent instructions for this repository.
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
gorest AGENTS.md
Instructions for pilinux/gorest, covering agents.md, project overview, build and run commands, build and tidy dependencies.
chatgpt-cli CLAUDE.md
Instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.