Simple Shell-MCP server for llama.cpp AI can connect to and perform shell commands on a remote system running this service program. (Notice: No Guard Rails!)
Find a file
2026-07-14 23:21:09 -04:00
src Initial commit of the shell-mcp server. 2026-07-14 23:21:09 -04:00
Cargo.lock Initial commit of the shell-mcp server. 2026-07-14 23:21:09 -04:00
Cargo.toml Initial commit of the shell-mcp server. 2026-07-14 23:21:09 -04:00
README.MD Initial commit of the shell-mcp server. 2026-07-14 23:21:09 -04:00

SHELL-MCP

This is a simple MCP server that give un-filtered access to a remote system shell interface. This should work with AI agents that understand how to use tools. (GEMMA4/QWEN etc.)

Note: This program has no guard-rails and lets the AI do what ever it wants on the remote system.

Recommend running this in a development docker container or in a dedicated system where total system breakage is acceptable.