Loading MCP server directory, please wait...
CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.
npx @getmcp/cli add io.github.reidgoodbar/squireRequires Docker Engine. Community-contributed server. Review source before installing.
SQUIRE_TOKENRequired Squire session or headless token used by the MCP wrapper to authenticate to https://api.squire.run.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.reidgoodbar/squire": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SQUIRE_TOKEN",
"-e",
"SQUIRE_API_BASE_URL",
"ghcr.io/reidgoodbar/squire-mcp:0.6.4"
],
"env": {
"SQUIRE_TOKEN": "",
"SQUIRE_API_BASE_URL": ""
}
}
}
}