mcp-server-remote
MCP server that serves a remote MCP client, ready-to-run tools and preset configuration files.
Intended for use within private network for Cybersecurity purposes.
System: {user} <--> mcp-client-console <--> network <--> {box} <--> mcp-server-remote <--> tools
Server: mcp-client-console <--> {mcp SDK} <--> * <--> auth.py <--> server.py <--> tools.py
User Guide | Installation
Users:
pipx install mcp-server-remote
mcp-server-remote
Developers:
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
User Guide | Configuration
First run creates a default config.toml and prints its filepath (the /config command in the terminal chat prints it too). Edit it — populate with server name, url, token:
[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.
| OS | Config filepath |
|---|---|
| Linux | ~/.config/mcp-server-remote/config.toml |
| macOS | ~/Library/Application Support/mcp-server-remote/config.toml |
| Windows | %LOCALAPPDATA%\mcp-server-remote\config.toml |
User Guide | Operation
Configure the MCP server first, then confirm the MCP client (see repos below) is configured to connect to it. The server accepts the connection, performs the MCP handshake, and lists the available tools to the client.
Configure UNRESTRICTED access in the Config File for the model as desired. Setting unrestricted = true will bypass all [tools.commands] allowed commands. Example
[tools]
unrestricted = true
Only recommended within a sandbox container environment due to prompt injection/model error risk
Related / Required Repos
Project Status
- Create MCP server repo
- Connect to MCP client locally
- Connect to MCP client remotely (over the internet)
- Connect to MCP server remotely with TLS + bearer auth as requirement
- Add additional tools to tools.py
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_remote-0.3.5.tar.gz.
File metadata
- Download URL: mcp_server_remote-0.3.5.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
144ba2b4517c3703f54c3f2e9de6e9d06cce1bafa83961a5d2b82b530edb50a0
|
|
| MD5 |
fb57a752a98ccdacf631679b3c5ec845
|
|
| BLAKE2b-256 |
1ef119ad1f27155263771684d6cc21812202ae2cb682f6903223cca8a242c617
|
File details
Details for the file mcp_server_remote-0.3.5-py3-none-any.whl.
File metadata
- Download URL: mcp_server_remote-0.3.5-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
679d9f5e086a7503dbccc81dded8f6bbe9d46381744391737315c8b9fa061105
|
|
| MD5 |
dbd5416b03e51f74f4065e49b783037b
|
|
| BLAKE2b-256 |
0dafab7ccbb4b042d7d9765603c7ba36e4db02fdb6caecdc357e503aecae3d4d
|