Skip to content

Commit 0c8e2c4

Browse files
authored
Merge pull request #24 from perses/ibakshay/update-readme
docs: update README with instructions to obtain MCP server binary
2 parents d94779c + 999cff9 commit 0c8e2c4

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,27 @@ To add this MCP server to [Claude Desktop](https://claude.ai/download):
7070

7171
You can easily access this file via the Claude Desktop app by navigating to `Claude > Settings > Developer > Edit Config`.
7272

73-
2. Create the binary
73+
2. Get the binary
74+
75+
You have two options to obtain the MCP server binary:
76+
77+
**Option A: Download from Releases (Recommended)**
78+
79+
1. Go to the [releases page](https://github.com/perses/mcp-server/releases)
80+
2. Download the appropriate binary for your operating system and architecture
81+
3. Extract the binary to a location of your choice
82+
4. Make the binary executable (on Unix-like systems):
83+
```bash
84+
chmod +x /path/to/mcp-server
85+
```
86+
5. Copy the absolute path to the binary to use in your MCP server configuration
87+
88+
**Option B: Build from Source**
89+
7490
```bash
7591
make build
7692
```
77-
This should create a `bin` directory which contains the binary named `mcp-server`. Copy the absoluate path to the binary to use in your MCP server configuration.
93+
This should create a `bin` directory which contains the binary named `mcp-server`. Copy the absolute path to the binary to use in your MCP server configuration.
7894

7995
3. Add the following JSON block to the configuration file:
8096

0 commit comments

Comments
 (0)