Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add lockdown mode to docs#1391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JoannaaKL merged 2 commits intomainfromadd-documentation
Nov 11, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1256,6 +1256,25 @@ docker run -i --rm \
ghcr.io/github/github-mcp-server
```

##Lockdown Mode

Lockdown mode limits the content that the server will surface from public repositories. When enabled, requests that fetch issue details will return an error if the issue was created by someone who does not have push access to the repository. Private repositories are unaffected, and collaborators can still access their own issues.

```bash
./github-mcp-server --lockdown-mode
```

When running with Docker, set the corresponding environment variable:

```bash
docker run -i --rm \
-e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
-e GITHUB_LOCKDOWN_MODE=1 \
ghcr.io/github/github-mcp-server
```

At the moment lockdown mode applies to the issue read toolset, but it is designed to extend to additional data surfaces over time.

##i18n / Overriding Descriptions

The descriptions of the tools can be overridden by creating a
Expand Down
1 change: 1 addition & 0 deletionsdocs/installation-guides/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -94,4 +94,5 @@ After installation, you may want to explore:
-**Toolsets**: Enable/disable specific GitHub API capabilities
-**Read-Only Mode**: Restrict to read-only operations
-**Dynamic Tool Discovery**: Enable tools on-demand
-**Lockdown Mode**: Hide public issue details created by users without push access

Loading

[8]ページ先頭

©2009-2025 Movatter.jp