Mcp Server Remote — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Remote (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server that serves a remote MCP client, ready-to-run tools and preset configuration files.
Intented for use within private network for Cybersecurity purposes.
{user} <--> mcp-client-console <--> network <--> {box} <--> mcp-server-remote <--> tools
mcp-client-console <--> {mcp SDK} <--> * <--> auth.py <--> server.py <--> tools.py
:~$ pipx install mcp-server-remote :~$ mcp-server-remote
:~$ git clone https://github.com/geomux/mcp-server-remote.git :~$ cd mcp-server-remote :~$ python3 -m venv .venv :~$ source .venv/bin/activate :~$ pip install -e . :~$ mcp-server-remote
First run will create a default config.toml file and print the filepath to the config file.
Navigate to the filepath, edit the config file- populate with server name, url, token.
The client reads from "config.toml" to configure and define MCP server.
EXAMPLE:
[server]
name = "Box_1" # Label for this machine
host = "127.0.0.1" # IP/Domain for this machine
port = 9000 # Choose port nginx proxies to
path = "/mcp" # Leave this alone. /mcp is default for dependencies.Linux: ~/.config/mcp-server-remote/config.toml macOS: ~/Library/Application Support/mcp-server-remote/config.toml Windows: %LOCALAPPDATA%\mcp-server-remote\config.toml
/config command may be used to print filepath within the termianl chat.
Configure MCP server first, see related / requires repos below.
Confirm the MCP client is configured to connect to server.
The server connects, performs MCP handshake, lists the available tools to the client.
https://github.com/geomux/mcp-client-console
https://github.com/geomux/mcp-gateway-remote
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.