Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y arc-1
MCP client config
{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
]
}
}
}Run
docker run -i --rm ghcr.io/arc-mcp/arc-1:1.2.0
MCP client config
{
"mcpServers": {
"arc-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arc-mcp/arc-1:1.2.0"
]
}
}
}