Skip to main content
StableAdapters

Continue Adapter

The Continue adapter connects the open-source Continue assistant (VS Code and JetBrains) to FORG by registering a managed FORG MCP server in Continue's config. It works across any provider Continue routes to. There is no separate npm package to install.

Prerequisites

  • Continue installed in your IDE
  • FORG CLI installed and activated
  • Node.js 18+ (for the MCP server process)

Install

forg connect continue

This registers a managed FORG MCP server entry, backed bynpx -y forg-mcp@latest, in ~/.continue/config.json undermcpServers.forg. Restart Continue afterwards so it reloads the config. The entry is idempotent and FORG-managed, so forg uninstall removes only the FORG footprint.

What gets captured

  • Continue sessions and model choices across any provider
  • Tool-call metadata and session boundaries
  • Model, token, and cost metadata per session

Verification

FORG_KEYSTORE=file:// forg status
# Restart Continue, start a new session, and confirm signals arrive.

Notes

  • The adapter is metadata-only — prompt and completion content stay on your machine.
  • Cost is estimated from model pricing tables when Continue does not expose cost data.
© 2026 FORG by UpgradIQ, Inc. All rights reserved.Edit this page on GitHub