We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7576f01 commit 540d57eCopy full SHA for 540d57e
README.md
@@ -331,7 +331,10 @@ MCP Tools provides a web interface for interacting with MCP servers through a br
331
mcp web npx -y @modelcontextprotocol/server-filesystem ~
332
333
# Use a custom port
334
-mcp web --port 8080 npx -y @modelcontextprotocol/server-filesystem ~
+mcp web --port 8080 docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
335
+
336
+# Use SSE
337
+mcp web https://ne.tools
338
```
339
340
The web interface includes:
0 commit comments