Skip to content

Frequently Asked Questions (FAQ)

Find answers to common questions about Forge runtime mechanics, context tokens, security, and compatibility.

Last updated: 16 Aug 2026Reference

General Questions

Is my code secure? Does Forge upload it to remote servers?

Forge executes 100% locally on your machine. It builds the AST, crawls dependencies, and executes rulesets locally. It only communicates with the AI models of your choice through your configured provider APIs under your own keys (BYOK). Your source code is never cached or stored on third-party servers.

How does Forge save context tokens?

By ranking files against your prompt and pruning declarations with tree-sitter so only relevant symbols reach the model. Forge extracts matching interfaces and definitions, saving tokens without a separate knowledge-graph build step.

Can I use Forge alongside other AI extensions?

Yes. Forge works over the standard MCP protocol, allowing it to hook into tools, or as a CLI wrapper that operates independently. It complements IDE setups without conflict.