You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70-3Lines changed: 70 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,7 @@ automation and interaction capabilities for developers and tools.
16
16
17
17
1. To run the server in a container, you will need to have [Docker](https://www.docker.com/) installed.
18
18
2.[Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
19
-
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)).
20
-
21
-
19
+
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)).
22
20
23
21
## Installation
24
22
@@ -95,6 +93,75 @@ If you don't have Docker, you can use `go` to build the binary in the
95
93
command with the `GITHUB_PERSONAL_ACCESS_TOKEN` environment variable set to
96
94
your token.
97
95
96
+
## Features Configuration
97
+
98
+
The GitHub MCP Server supports enabling or disabling specific groups of functionalities via the `--features` flag. This allows you to control which GitHub API capabilities are available to your AI tools.
0 commit comments