What problem does it solve?
This Skill helps you correctly wire the local Sutro stdio MCP server into Cursor, Claude Code, or VS Code so your editor can authenticate and call Sutro tools reliably.
Core Features & Use Cases
- Editor MCP wiring: Configure command/args and required environment variables so the client can launch the built server.
- Secure bundle handling: Ensure you point to the extracted security bundle directory (including required certs, JWT, and client IDs) without committing secrets.
- Validation and live shape checking: Verify connectivity with
sutro_validate_bundle and sutro_hello, then probe response shapes to keep tool parsers aligned with real API contracts.
- Optional builder JWT refresh: Mint a short-lived
builder.jwt locally using signing inputs and environment-provision scripts when needed.
Quick Start
Ask your AI assistant to guide you to set SUTRO_SECURITY_BUNDLE_DIR to your extracted security bundle path and configure your editor’s MCP server to run the built mcp/sutro/dist/index.js, then validate with sutro_validate_bundle followed by sutro_hello.