mcpsshclient

by jonnadul

2 stars
364 downloads
Not rated
GitHub

About

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…

Details

Author
jonnadul
GitHub stars
2
Downloads
364
Categories
Other, Security

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcpsshclient
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcpsshclient": {
            "sshclient": {
                "command": "node",
                "args": [
                    "C:\\[full-path-to-mcpsshclient]\\build\\index.js"
                ]
            }
        }
    }
}

McpServers

{
    "sshclient": {
        "command": "node",
        "args": [
            "C:\\[full-path-to-mcpsshclient]\\build\\index.js"
        ]
    }
}

mcpsshclient

An MCP server SSHClient with a configurable :fireworks:agentic:fireworks: security agent that can detect and prevent "unsafe" commands from executing through your SSH connection.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.