Catalog
io.github.reidgoodbar/squire
Officialby reidgoodbar · Go
Squire
CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.
Execute and validate tasks on remote runtimes via MCP stdio interface.
README not available yet.
Install
Configuration
Environment variables
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.
claude_desktop_config.json
{
"mcpServers": {
"squire": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/reidgoodbar/squire-mcp:0.6.5"
],
"env": {
"SQUIRE_TOKEN": "<YOUR_SQUIRE_TOKEN>",
"SQUIRE_API_BASE_URL": "<YOUR_SQUIRE_API_BASE_URL>"
}
}
}
}