ws-mcp
Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz))
Quick Start
Clone the repository:
git clone https://github.com/nick1udwig/ws-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ws-mcp": {
"command": "npx",
"args": [
"-y",
"ws-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.