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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,33 @@ StreamNative MCP Server provides a standard interface for LLMs (Large Language M
30
30
31
31
## Installation
32
32
33
+
### Homebrew (macOS and Linux)
34
+
35
+
The easiest way to install streamnative-mcp-server is using Homebrew:
36
+
37
+
```bash
38
+
# Add the tap repository
39
+
brew tap streamnative/streamnative
40
+
41
+
# Install streamnative-mcp-server
42
+
brew install streamnative/streamnative/snmcp
43
+
```
44
+
45
+
### Docker Image
46
+
47
+
StreamNative MCP Server releases the Docker Image to [streamnative/snmcp](https://hub.docker.com/r/streamnative/snmcp), and it can be used to run both stdio server and sse server via docker command.
48
+
49
+
```bash
50
+
# Pull image from Docker Hub
51
+
docker pull streamnative/snmcp
52
+
```
53
+
54
+
### From Github Release
55
+
56
+
Visit https://github.com/streamnative/streamnative-mcp-server/releases to get the latest binary of StreamNative MCP Server.
0 commit comments