Back to MCP Servers
Ws
Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz))
other-tools-and-integrationsgithub
By nick1udwig
Installation
npx -y ws-mcpConfiguration
{
"mcpServers": {
"ws-mcp": {
"command": "npx",
"args": ["-y", "ws-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes