PineForge - offline PineScript v6 backtest MCP

Self-contained stdio MCP server: an AI agent writes PineScript v6, and the bundled pineforge-release image transpiles it to C++ and backtests it against Binance market data - all in one container, in-process. Fully local - the image bundles the pineforge-codegen transpiler, so Pine → C++ → backtest run with no host Docker daemon. No API key, nothing leaves the box. Its 10 documented tools cover pine, engine, backtest, binance.

People who need finance tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 6 · #243 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install PineForge - offline PineScript v6 backtest MCP

before you install - you'll need

Set PINEFORGE_ALLOW_ANYWHERE before connecting.

Docker

docker run -i --rm ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.27

Claude Desktop - add to config

{
  "mcpServers": {
    "pineforge-4pass-pineforge-backtest-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.27"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.pineforge-4pass is GitHub-verified and matches the repo owner

03 · What PineForge - offline PineScript v6 backtest MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 10 documented tools spanning pine, engine, backtest, binance, including transpile_pine, list_engine_params, backtest_pine, backtest_pine_grid.

Capability map

Tools grouped from the project's README - what PineForge - offline PineScript v6 backtest MCP lets an agent do.

Engine

2 tools - e.g. local (no I/O); local (no I/O)

list_engine_params · engine_info

Backtest

2 tools - e.g. in-process; in-process

backtest_pine · backtest_pine_grid

Binance

2 tools - e.g. Binance public API; Binance public API

fetch_binance_ohlcv · binance_symbols

Coverage

2 tools - e.g. local (no I/O); local (no I/O)

list_coverage_topics · get_coverage_topic

Transpile

1 tool - e.g. in-process

transpile_pine

Check

1 tool - e.g. local (no I/O)

check_pine_feature

Latest releases

v0.9.27 · 2026-08-13

v0.9.26 · 2026-07-23

v0.9.25 · 2026-07-23

04 · Who maintains PineForge - offline PineScript v6 backtest MCP

PineForge - offline PineScript v6 backtest MCP is maintained by pineforge-4pass. We track 2 MCP servers from pineforge-4pass - 2 actively maintained, 12 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
finance - ranked #243 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-13)
registry
io.github.pineforge-4pass/pineforge-backtest-mcp (active, first published 2026-07-10 · 9 versions)
packages
oci:ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.27

06 · PineForge - offline PineScript v6 backtest MCP FAQ

Is PineForge - offline PineScript v6 backtest MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can PineForge - offline PineScript v6 backtest MCP do?

An agent gets 10 documented tools spanning pine, engine, backtest, binance, including transpile_pine, list_engine_params, backtest_pine, backtest_pine_grid.

How do I install PineForge - offline PineScript v6 backtest MCP?

Run `docker run -i --rm ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.27`. The README documents one environment variable (PINEFORGE_ALLOW_ANYWHERE) to set first. Set PINEFORGE_ALLOW_ANYWHERE before connecting. You can also paste the ready-made client config above.

07 · Alternatives to PineForge - offline PineScript v6 backtest MCP