mcpsshclient
Created at 8 months ago
by jonnadul
An Agentic MCP server sshclient
Categories
security
Tags
ssh
security
mcp
ssh-client
security-tools
agentic
mcp-server
What is mcpsshclient?
mcpsshclient is an MCP server SSH client that features a configurable agentic security agent designed to detect and prevent unsafe commands from executing through your SSH connection.
How to use mcpsshclient?
To use mcpsshclient, follow these steps:
- Download and run Ollama by executing
ollama serve. - Pull the Llama2 model with
ollama pull llama2. - Run the model using
ollama run llama2. - Clone the repository with
git clone https://github.com/jonnadul/mcpsshclient.gitand build it usingnpm run build. - Configure the security agent in
secagentconfig.jsonby setting"ENABLE_SECAGENT": trueand defining the"SECURITY_POLICY".
Key features of mcpsshclient?
- Configurable agentic security agent to enhance SSH security.
- Ability to detect and prevent unsafe commands.
- Integration with MCP servers for enhanced functionality.
Use cases of mcpsshclient?
- Secure SSH connections for remote server management.
- Preventing unauthorized command execution in sensitive environments.
- Enhancing security protocols in cloud-based applications.
FAQ from mcpsshclient?
- Is mcpsshclient free to use?
Yes! mcpsshclient is open-source and free to use under the MIT license.
- What programming language is mcpsshclient written in?
mcpsshclient is developed using TypeScript.
- How can I contribute to mcpsshclient?
You can contribute by submitting issues or pull requests on the GitHub repository.
View More
MCP Servers