Back to MCP Servers

Ws

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

other-tools-and-integrationsgithub

Installation

npx -y ws-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub