MCP Server / webssh mcpb dxt extension
webssh mcpb dxt extension
WebSSH MCP Extension for your AI Workflows 🚀
Installation
Claude Code
claude mcp add webssh-mcpb-dxt-extension -- npx -y webssh-mcpb-dxt-extension
npx
npx -y webssh-mcpb-dxt-extension
npm: webssh-mcpb-dxt-extension
Transport
stdio
Dokumentation
WebSSH MCP Extension for your AI Workflows 🚀
This extension integrates WebSSH with your AI workflows, enabling seamless SSH access and management directly from your AI applications. Leverage the power of WebSSH to enhance your AI-driven tasks with secure and efficient SSH connectivity.
Prerequisites
To ensure smooth installation and operation of the WebSSH MCP Extension, please make sure you have the following prerequisites in place:
- Docker Desktop installed on your machine.
- And, that's it! The extension runs within a Docker container, so no additional software is required.
Easy Installation
- Download the latest release here
- Drag (or open) the .mcpb file into your MCP-compatible application to install the extension.
Or Build Extension from Source
- Clone the repository
- Install dependencies:
npm install - Install MCPB CLI:
npm install -g @anthropic-ai/mcpb - Validate the manifest:
mcpb validate ./manifest.json - Build the extension:
mcpb pack - Install the extension in your MCP-compatible application.