RightSide Docs
Agent interface

Bounded tools, not a remote shell.

The local stdio MCP server gives coding agents the deployment operations they need while keeping credentials out of the registration and model-visible arguments.

Available tools

ToolPurpose
login_statusCheck authorization and return the recovery path when setup is incomplete.
list_projectsList projects visible to the current bounded credential.
create_projectCreate a project record before a separate deployment.
deploy_projectUpload and deploy a directory with structured stage results.
project_statusRead the active release, recent versions, URL, and project options.
get_logsRead bounded, redacted build or runtime logs.
rollbackActivate a retained immutable release.
configure_databaseExplicit legacy/persistence path. Do not call by default.

Registration

rightside install claude
rightside install codex
rightside doctor --json

Fresh registrations use the server name rightside and executable rightside-mcp. Existing compatible poligonhost registrations remain valid during the rename.

Credential boundary

The MCP registration stores only the operations origin, credential-file path, and executable. The mode-0600 credential is read locally at runtime. The bearer token is not embedded in Claude or Codex configuration.