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
| Tool | Purpose |
|---|---|
login_status | Check authorization and return the recovery path when setup is incomplete. |
list_projects | List projects visible to the current bounded credential. |
create_project | Create a project record before a separate deployment. |
deploy_project | Upload and deploy a directory with structured stage results. |
project_status | Read the active release, recent versions, URL, and project options. |
get_logs | Read bounded, redacted build or runtime logs. |
rollback | Activate a retained immutable release. |
configure_database | Explicit 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.