Offline MCP server: an AI agent transpiles PineScript v6 → C++ and runs deterministic, TradingView-parity backtests locally — 245/246 strict, 0 engine bugs. One Docker container, no API key; code & data stay on your machine. Tools: backtest_pine, backtest_pine_grid, transpile_pine, fetch_binance_ohlcv.
pine-scriptbacktestingtradingtranspilerbinancetypescriptfinancetradingview
Installation & Configuration
{
"pineforge-codegen": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-v",
"${workspaceFolder}:/work",
"ghcr.io/pineforge-4pass/pineforge-codegen-mcp:latest"
]
}
}Information
Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12