Offline PineScript v6 → C++ backtests at deterministic TradingView parity, run locally via MCP.
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
docker run -i --rm ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.30
MCP client config
{
"mcpServers": {
"pineforge-offline-pinescript-v6-backtest-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.30"
]
}
}
}