mcpmanager/cli

By mcpmanager

Updated about 1 month ago

https:/npmjs.com/package/@mcpmanager/cli

Image
Security
Machine learning & AI
1

4.7K

mcpmanager/cli repository overview

MCP Manager CLI

A command line application to facilitate running MCP servers securely and expose them securely to clients or MCP gateways using HTTPS tunnels.

Note: This CLI builds & runs docker images on your host machine, so it requires the docker socket in order to work.

Instructions

docker run --rm -it -v "/var/run/docker.sock:/var/run/docker.sock" mcpmanager/cli COMMAND [ARGS]

Run commands after docker run -it -v "/var/run/docker.sock:/var/run/docker.sock" mcpmanager/cli, ex:

docker run --rm -it -v "/var/run/docker.sock:/var/run/docker.sock" mcpmanager/cli version

Some commands may take arguments. Pass -h as an argument to see their documentation:

docker run --rm -it -v "/var/run/docker.sock:/var/run/docker.sock" mcpmanager/cli gen_key -h

Commands

CommandDescription
cleanStops and removes all running docker containers created by MCP Manager
gen_keyGenerate a cryptographically secure key using Node's built in crypto module
inspectorInstalls and launches the latest version of MCP inspector
logsShows logs from containers created by MCP Manager
managedValidates & deploys MCP servers as Dokku applications via SSH connection
rmRemoves stopped docker containers created by MCP Manager
sshOpens a new intactive ssh session or execute a command remotely if arguments are specified
statusLists running docker containers created by MCP Manager
stopStops all running docker containers created by MCP Manager
versionPrints CLI version
workstationLaunch an STDIO MCP server inside a docker container and expose it with an HTTPS tunnel

Tag summary

Content type

Image

Digest

sha256:8fd44ebc9

Size

146.8 MB

Last updated

about 1 month ago

docker pull mcpmanager/cli