Squire
Rank #12,766io.github.reidgoodbar/squire
CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.
Squire is a Model Context Protocol (MCP) server published by reidgoodbar. It ranks #12,766 of 132,046 servers tracked on MCP Toplist. Squire is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 119,280 of 132,046 servers on MCP Toplist.
Use Squire
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add squire -e "SQUIRE_TOKEN=<your SQUIRE_TOKEN>" -e "SQUIRE_API_BASE_URL=<your SQUIRE_API_BASE_URL>" -- docker run -i --rm ghcr.io/reidgoodbar/squire-mcp:0.6.5Replace each placeholder with your own value before saving.
[mcp_servers.squire]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/reidgoodbar/squire-mcp:0.6.5"]
[mcp_servers.squire.env]
SQUIRE_TOKEN = "<your SQUIRE_TOKEN>"
SQUIRE_API_BASE_URL = "<your SQUIRE_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.reidgoodbar%2Fsquire)<a href="https://mcptoplist.com/server/io.github.reidgoodbar%2Fsquire"><img src="https://mcptoplist.com/badge/io.github.reidgoodbar%2Fsquire.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
reidgoodbar
Available versions (4)
| Version | Published |
|---|---|
| 0.6.5 | Apr 5, 2026 |
| 0.6.4 | Apr 2, 2026 |
| 0.6.3 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Squire?
- Squire is maintained by reidgoodbar, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Squire listed on the Official MCP Registry?
- Yes — Squire is listed on the Official MCP Registry, alongside Glama.
- How many versions does Squire have?
- MCP Toplist tracks 4 versions of Squire, most recently published on Apr 5, 2026.
- Where can I find the source code for Squire?
- The source code for Squire is hosted at github.com/reidgoodbar/squire.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.