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
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,22 +88,17 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
88
88
89
89
### Using Mise for Installation
90
90
91
-
To quickly configure and deploy the GitHub MCP Server in your environment, you can use **[Mise](https://mise.jdx.dev)**, a deployment and configuration tool optimized for developer workflows.
91
+
To quickly configure and deploy the GitHub MCP Server in your environment, you can use **[Mise](https://mise.jdx.dev)**, a developer tool manager
92
92
93
93
Here’s how to get started:
94
94
95
95
1. Install `mise` by following the installation instructions at [https://mise.jdx.dev](https://mise.jdx.dev).
96
-
2. Use the following command to deploy the GitHub MCP Server configuration:
96
+
2. Use the following command to install the latest build of github-mcp-server
97
97
98
98
```bash
99
-
mise deploy github-mcp-server --token=<YOUR_PERSONAL_ACCESS_TOKEN> --use-docker
99
+
mise use -g ubi:github/github-mcp-server
100
100
```
101
101
102
-
- Replace `<YOUR_PERSONAL_ACCESS_TOKEN>` with your GitHub personal access token.
103
-
- Use `--use-docker` to run the server via Docker.
104
-
105
-
3. Confirm that the server is running using `mise status`.
106
-
107
102
For more details, see [Mise's official documentation](https://mise.jdx.dev/docs).
0 commit comments