mcpsshclient
@jonnadul
About mcpsshclient
An Agentic MCP server sshclient
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sshclient": {
"command": "node",
"args": [
"C:\\[full-path-to-mcpsshclient]\\build\\index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcpsshclient?
mcpsshclient is an MCP server that provides an SSH client with a configurable agentic security agent capable of detecting and preventing "unsafe" commands from executing through an SSH connection. It is designed for developers who need secure remote command execution with automated safety checks.
How to use mcpsshclient?
Clone the repository, run npm install and npm run build, then configure your MCP client (e.g., Claude Desktop, Cursor AI, VSCode Insider) to use the built index.js file with the node command. To enable the security agent, set ENABLE_SECAGENT to true and define a SECURITY_POLICY in secagentconfig.json. Prerequisites include installing Ollama, running ollama serve, pulling the llama2 model, and running it.
Key features of mcpsshclient
- Configurable agentic security agent for command detection
- Prevents "unsafe" commands from executing via SSH
- Integrates with Claude Desktop, Cursor AI, and VSCode Insider
- Local AI-based safety enforcement using Ollama and llama2
- JSON-based security policy configuration
Use cases of mcpsshclient
- Secure remote server administration with command guardrails
- Automating SSH tasks while preventing dangerous operations
- Integrating AI-powered safety checks into MCP-enabled client workflows
FAQ from mcpsshclient
What dependencies or runtime requirements does mcpsshclient have?
The server requires Node.js and npm to build and run. For the agentic security features, Ollama must be installed and running locally, with the llama2 model pulled and available.
Where does configuration for the security agent live?
The security agent is configured in a secagentconfig.json file where you set ENABLE_SECAGENT to true and define your SECURITY_POLICY.
Which MCP clients have been tested with mcpsshclient?
It has been tested with Claude Desktop (via claude_desktop_config.json), Cursor AI (via Command Panel > Cursor Settings > MCP Server), and VSCode Insider.
Frequently asked questions
What dependencies or runtime requirements does mcpsshclient have?
The server requires Node.js and npm to build and run. For the agentic security features, Ollama must be installed and running locally, with the llama2 model pulled and available.
Where does configuration for the security agent live?
The security agent is configured in a `secagentconfig.json` file where you set `ENABLE_SECAGENT` to `true` and define your `SECURITY_POLICY`.
Which MCP clients have been tested with mcpsshclient?
It has been tested with Claude Desktop (via `claude_desktop_config.json`), Cursor AI (via Command Panel > Cursor Settings > MCP Server), and VSCode Insider.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments