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

feat: gitHub-mcp-server installation now available in Homebrew#138

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

Open
MayorFaj wants to merge7 commits intogithub:main
base:main
Choose a base branch
Loading
fromMayorFaj:feat/131-support-brew-install
Open
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
25 changes: 24 additions & 1 deletionREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,9 +18,32 @@ automation and interaction capabilities for developers and tools.
2. [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the [documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)).

## Installation

### Homebrew (Mac)
```
brew install github-mcp-server
```

## Installation
#### Using the CLI After Homebrew Installation

After installing with Homebrew, you can run the server with:

```
# Set your GitHub token
export GITHUB_PERSONAL_ACCESS_TOKEN=<github_token>
```

```
# Run the server in stdio mode
github-mcp-server stdio
```

For more options and commands:

```
github-mcp-server --help
```

### Usage with VS Code

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp