Here's a practical tool for when you need to offload compute-heavy or validation tasks from your local environment. Squire exposes remote runtime execution over MCP stdio, letting you spin up isolated environments for things like running tests, linting, or processing jobs that would otherwise bog down your machine. It's CLI-first, so you can script and automate these remote tasks while keeping the interface lightweight. Reach for this when you're tired of waiting for long-running processes locally or need consistent execution environments without the overhead of managing infrastructure yourself. The stdio transport keeps integration simple and works natively with Claude Desktop and similar MCP clients.
SQUIRE_TOKENsecretOptional Squire session or headless token. The public service also supports anonymous access when no token is provided.
SQUIRE_API_BASE_URLOptional API base URL override. Defaults to https://api.squire.run.