Skip to content

Commit fcb3f2c

Browse files
committed
docs: get rid of smithery
1 parent 8d89e72 commit fcb3f2c

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

README.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mcp-proxy)
55
![PyPI - Downloads](https://img.shields.io/pypi/dm/mcp-proxy)
66
[![codecov](https://codecov.io/gh/sparfenyuk/mcp-proxy/graph/badge.svg?token=31VV9L7AZQ)](https://codecov.io/gh/sparfenyuk/mcp-proxy)
7-
[![smithery badge](https://smithery.ai/badge/mcp-proxy)](https://smithery.ai/server/mcp-proxy)
87

98
- [mcp-proxy](#mcp-proxy)
109
- [About](#about)
@@ -16,7 +15,6 @@
1615
- [2.2 Example usage](#22-example-usage)
1716
- [Named Servers](#named-servers)
1817
- [Installation](#installation)
19-
- [Installing via Smithery](#installing-via-smithery)
2018
- [Installing via PyPI](#installing-via-pypi)
2119
- [Installing via Github repository (latest)](#installing-via-github-repository-latest)
2220
- [Installing as container](#installing-as-container)
@@ -117,20 +115,20 @@ separator.
117115

118116
Arguments
119117

120-
| Name | Required | Description | Example |
121-
|--------------------------------------|----------------------------|---------------------------------------------------------------------------------------------|---------------------------------------------|
122-
| `command_or_url` | Yes | The command to spawn the MCP stdio server | uvx mcp-server-fetch |
123-
| `--port` | No, random available | The MCP server port to listen on | 8080 |
124-
| `--host` | No, `127.0.0.1` by default | The host IP address that the MCP server will listen on | 0.0.0.0 |
118+
| Name | Required | Description | Example |
119+
| ------------------------------------ | -------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------- |
120+
| `command_or_url` | Yes | The command to spawn the MCP stdio server | uvx mcp-server-fetch |
121+
| `--port` | No, random available | The MCP server port to listen on | 8080 |
122+
| `--host` | No, `127.0.0.1` by default | The host IP address that the MCP server will listen on | 0.0.0.0 |
125123
| `--env` | No | Additional environment variables to pass to the MCP stdio server. Can be used multiple times. | FOO BAR |
126-
| `--cwd` | No | The working directory to pass to the MCP stdio server process. | /tmp |
127-
| `--pass-environment` | No | Pass through all environment variables when spawning the server | --no-pass-environment |
128-
| `--allow-origin` | No | Allowed origins for the SSE server. Can be used multiple times. Default is no CORS allowed. | --allow-origin "\*" |
129-
| `--stateless` | No | Enable stateless mode for streamable http transports. Default is False | --no-stateless |
130-
| `--named-server NAME COMMAND_STRING` | No | Defines a named stdio server. | --named-server fetch 'uvx mcp-server-fetch' |
131-
| `--named-server-config FILE_PATH` | No | Path to a JSON file defining named stdio servers. | --named-server-config /path/to/servers.json |
132-
| `--sse-port` (deprecated) | No, random available | The SSE server port to listen on | 8080 |
133-
| `--sse-host` (deprecated) | No, `127.0.0.1` by default | The host IP address that the SSE server will listen on | 0.0.0.0 |
124+
| `--cwd` | No | The working directory to pass to the MCP stdio server process. | /tmp |
125+
| `--pass-environment` | No | Pass through all environment variables when spawning the server | --no-pass-environment |
126+
| `--allow-origin` | No | Allowed origins for the SSE server. Can be used multiple times. Default is no CORS allowed. | --allow-origin "\*" |
127+
| `--stateless` | No | Enable stateless mode for streamable http transports. Default is False | --no-stateless |
128+
| `--named-server NAME COMMAND_STRING` | No | Defines a named stdio server. | --named-server fetch 'uvx mcp-server-fetch' |
129+
| `--named-server-config FILE_PATH` | No | Path to a JSON file defining named stdio servers. | --named-server-config /path/to/servers.json |
130+
| `--sse-port` (deprecated) | No, random available | The SSE server port to listen on | 8080 |
131+
| `--sse-host` (deprecated) | No, `127.0.0.1` by default | The host IP address that the SSE server will listen on | 0.0.0.0 |
134132

135133
### 2.2 Example usage
136134

@@ -213,14 +211,6 @@ The JSON file should follow this structure:
213211

214212
## Installation
215213

216-
### Installing via Smithery
217-
218-
To install MCP Proxy for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-proxy):
219-
220-
```bash
221-
npx -y @smithery/cli install mcp-proxy --client claude
222-
```
223-
224214
### Installing via PyPI
225215

226216
The stable version of the package is available on the PyPI repository. You can install it using the following command:

0 commit comments

Comments
 (0)