Squire✓
io.github.reidgoodbar/squire · v0.6.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.reidgoodbar/squire",
"description": "CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.",
"title": "Squire",
"repository": {
"url": "https://github.com/reidgoodbar/squire",
"source": "github"
},
"version": "0.6.5",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/reidgoodbar/squire-mcp:0.6.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional Squire session or headless token. The public service also supports anonymous access when no token is provided.",
"format": "string",
"isSecret": true,
"name": "SQUIRE_TOKEN"
},
{
"description": "Optional API base URL override. Defaults to https://api.squire.run.",
"format": "string",
"name": "SQUIRE_API_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}