Skip to content

Added installation instructions using Mise #304

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from all 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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ More about using MCP server tools in VS Code's [agent mode documentation](https:
}
```

### Using Mise for Installation

To quickly configure and deploy the GitHub MCP Server in your environment, you can use **[Mise](https://mise.jdx.dev)**, a developer tool manager

Here’s how to get started:

1. Install `mise` by following the installation instructions at [https://mise.jdx.dev](https://mise.jdx.dev).
2. Use the following command to install the latest build of github-mcp-server

```bash
mise use -g ubi:github/github-mcp-server
```

For more details, see [Mise's official documentation](https://mise.jdx.dev/docs).

### Build from source

If you don't have Docker, you can use `go build` to build the binary in the
Expand Down