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
@@ -19,6 +19,33 @@ Built using the [mcp-go](https://github.com/mark3labs/mcp-go) framework for robu
19
19
20
20
## Installation
21
21
22
+
### Using pre-existing artifacts for local agents
23
+
24
+
Steps:
25
+
1. Login using `up`
26
+
```
27
+
up login
28
+
```
29
+
2. Start the marketplace-mcp-server making sure to reference your `up` config
30
+
1. Note the location for your `up` config is generally located under $HOME/.up.
31
+
2. The below command will mount your up config into the docker container running the mcp server so that it can reuse your identity when interacting with the Upbound Marketplace.
32
+
```
33
+
docker run --name mcp-marketplace --rm -i -d -p 8765:8765 -v {{REPLACE WITH THE DIRECTORY FOR up}}/.up:/mcp/.up:ro xpkg.upbound.io/upbound/marketplace-mcp-server-http:v0.1.0
34
+
```
35
+
36
+
3. Update the mcpServers block specifying the location of the marketplace mcp-server
0 commit comments