Skip to main content
Other Tools and IntegrationsUnknown

ws-mcp

Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz))

other-tools-and-integrations
Share:

Quick Start

Clone the repository:

git clone https://github.com/nick1udwig/ws-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ws-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ws-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Unknown
Author
nick1udwig