sutro-mcp-server
Stdio MCP server for Sutro — exposes Sutro project, app, SLang deploy, and secrets tools to AI editors.
Versions
0.1.9latest0.1.80.1.10.1.0Tools 16
sutro_delete_secret Remove a secret from a Sutro application.
sutro_hello Verify Sutro API connectivity using the security bundle (mTLS + Builder JWT). Calls GET /hello on the configured API base.
sutro_validate_bundle Validate the configured Sutro security bundle and report readiness for authenticated MCP calls.
sutro_list_projects List all Sutro projects visible to the authenticated builder.
sutro_list_apps List all Sutro applications visible to the authenticated builder, optionally filtered by project.
sutro_pull_project_data Pull project metadata and all applications for a project. Set includeScode=true for full editable app payloads.
sutro_pull_app_for_edit Pull a single app with full SCode so it can be reviewed/edited before deploy.
sutro_get_app Get details for a specific Sutro application. Set includeScode=true to include the full SCode definition.
sutro_get_app_status Get the current job/deployment status for a Sutro application.
sutro_get_openapi Get the OpenAPI specification for a Sutro application.
sutro_deploy_slang Compile SLang source and update a Sutro application. Returns the updated application or compile errors on failure.
sutro_apply_slang_changes Apply SLang to an app, verify status, and optionally publish in one step.
sutro_apply_slang_from_file Apply SLang from a local file path, verify status, and optionally publish in one step.
sutro_publish_app Publish a Sutro application to make it live. Optionally bump the version.
sutro_list_secrets List the secret names configured for a Sutro application. Secret values are never returned.
sutro_set_secret Add or update a secret on a Sutro application.
Permissions 4
network medium filesystem low shell high env_vars low