What is the Squire MCP server?
CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.
How to install Squire
Copy-paste configuration for popular 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.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"squire": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add squire --env SQUIRE_TOKEN=<YOUR_SQUIRE_TOKEN> --env SQUIRE_API_BASE_URL=<YOUR_SQUIRE_API_BASE_URL> -- docker run -i --rm ghcr.io/reidgoodbar/squire-mcp:0.6.5Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.