Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Trinity-RFT": {
"command": "docker",
"args": [
"build",
"-f",
"scripts/docker/Dockerfile",
"-t",
"trinity-rft:latest",
"."
]
}
}
}