Credits
Forge is a commercial product of Ironpine Labs LLC. It is built on top of hundreds of open-source projects. We gratefully acknowledge the authors and contributors whose work makes Forge possible.
Key upstream projects
Incremental AST parsing for all 5 supported languages
Ed25519 signature verification for offline license validation
Full-text search engine — keyword search + BM25 ranking
Columnar vector store — semantic similarity search
Async runtime — concurrent MCP tool execution
Language runtime and standard library
Serialization and deserialization for JSON, TOML, and binary formats
Embedded database for the dependency graph and symbol index
Protocol
Forge implements the Model Context Protocol (MCP), published by Anthropic under the MIT license. Forge is not affiliated with or endorsed by Anthropic — we are an independent MCP implementation. "Model Context Protocol" and "MCP" refer to the open protocol specification, not to Anthropic's products or services.
Full attribution
Forge depends on approximately 200+ crates licensed under MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, and similar permissive licenses. For the complete attribution file covering every dependency, its version, and the full license text:
-
Run
forge licenses --htmlto exportLICENSES.htmlfrom your installed binary -
Or download LICENSES.html directly from our release server
Thanks
Forge stands on decades of open-source work. The languages, parsers, search engines,
async runtimes, and cryptographic primitives that Forge depends on represent millions
of hours of careful engineering contributed freely to the community. If you have
contributed to any of the projects listed in LICENSES.html — thank you.
Your work makes tools like Forge possible.