From e52783e480cb66e4b5c4aff0b0113bff82d973ee Mon Sep 17 00:00:00 2001
From: FUJI Goro <g.psy.va@gmail.com>
Date: Tue, 10 Jun 2025 14:54:41 +0900
Subject: [PATCH] add "Usage with Claude Code" section to README.md

---
 README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/README.md b/README.md
index 9dba301d3..487f23526 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,28 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
 }
 ```
 
+### Usage with Claude Code
+
+```sh
+claude mcp add-json github '
+{
+  "command": "docker",
+  "args": [
+    "run",
+    "-i",
+    "--rm",
+    "-e",
+    "GITHUB_PERSONAL_ACCESS_TOKEN",
+    "ghcr.io/github/github-mcp-server"
+  ],
+  "env": {
+    "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
+  }
+}
+'
+```
+
+
 ### Build from source
 
 If you don't have Docker, you can use `go build` to build the binary in the