OlympHill
ws-mcp logo

ws-mcpws-mcp MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

ws-mcp 是一款工具,封装了 MCP stdio 服务器的 WebSocket 客户端,主要适用于 kibitz 的使用。这款工具允许用户创建 MCP 服务器来完成系统的各种操作,如文件管理和 HTTP 请求。该工具需要配置来指定运行的 MCP 服务器,而且用户可以创建自定义的配置文件。默认的配置包括系统操作的服务器 (wcgw) 和 HTTP 请求的服务器 (fetch) 的选项。该工具可以使用 uvx 命令来执行,带有各种参数,包括配置文件、端口和环境变量的选项。此外,该工具还支持同时运行多个服务器,并且可以与不同的 MCP 服务器一起使用,如 Brave 搜索的服务器。

主要功能

  • WebSocket 支持
  • MCP 服务器封装
  • JSON 配置化
  • 支持多个命令
  • 环境变量支持

价格

模型
Free
评分
暂无评价

使用场景

一般系统操作

使用 ws-mcp 运行 wcgw 服务器进行一般系统操作和文件管理

HTTP 请求

使用 ws-mcp 运行 fetch 服务器来做 HTTP 请求

多个服务器支持

使用 ws-mcp 来同时服务多个 MCP 服务器,如 Brave 搜索和 fetch 服务器

优点 & 缺点

优点

  • 启用 MCP 服务器与 WebSocket 的集成
  • 支持多个 MCP 服务器
  • 可以通过 JSON 文件进行配置

缺点

  • 文档有限
  • 要求 uv 和特定的配置

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the main limitations of ws-mcp?

Documentation is minimal and it relies on the `uv` package for installation. Users must manually edit the JSON config or use command-line flags, which may be challenging for those unfamiliar with MCP or WebSocket setups.

Asked by Mohammed Al-Amin · Jun 1, 2026

Can ws-mcp serve multiple MCP servers simultaneously?

Yes. You can supply multiple `command` entries or list several servers in a single JSON config. Each server can run on its own port, allowing parallel operation of, for example, wcgw, fetch, and Brave search.

Asked by Joanna Kowalski · May 30, 2026

What ports does ws-mcp use by default and how can I change them?

If no port is specified, ws-mcp runs all configured servers on the default port 10125. To use a different port, add the `port <number>` option in the command line or set it in the JSON config for each server.

Asked by Lior Ben-David · May 24, 2026

How do I configure ws-mcp to run custom MCP servers?

Create a JSON file based on sample.config.json, editing the "servers" section to add or remove server names and their options. Then start ws-mcp with `uvx refresh ws mcp@latest config path/to/config.json` or specify individual commands with `uvx mcp server <name> port <port>`.

Asked by Ivo Novotný · Mar 2, 2026

提问

服务配缩器 的替代品