Skip to main content
Glama
wnbhr

being-mcp-server

remote_exec

Execute shell commands on a user-owned remote host over HTTPS. Requires prior configuration of host and authorized command allowlist.

Instructions

Execute a shell command on a user-owned remote host (VPS, NAS, home server) over HTTPS. Requires a remote_hosts entry in partner_tools that lists the host and an auth token. If no remote_hosts entry exists for the calling Being, this tool returns an invalid_request error — the user must configure partner_tools.remote_hosts first. The remote receiver enforces a default-deny allowlist; unauthorised commands return a forbidden error. Token values are never returned to the caller.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYeshost_id from the remote_hosts entry in partner_tools.
stdinNoStandard input piped to the command. Default empty.
commandYesFull command string. Must be authorised by the receiver's allowlist.
timeout_msNoPer-call timeout in milliseconds. Receivers may enforce their own upper bound.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wnbhr/being'

If you have feedback or need assistance with the MCP directory API, please join our Discord server