Lynx for AI

LLMs are trained on public web data, which means they often lack awareness of the latest Lynx features and best practices. The Lynx team and community are developing a suite of tools to help LLMs understand and develop Lynx more effectively.

Teaching LLMs about Lynx

Using Lynx Docs MCP

Model Context Protocol is a standard for connecting LLMs to external tools. Lynx Docs MCP allows the agent fetch accurate guides, API references directly from the Lynx documentation site, to ensure its answers stay correct and up to date.

Read more about Lynx Docs MCP in Lynx Docs MCP.

Using llms.txt

llms.txt is a standard to help LLMs use a website as a knowledge base. The Lynx website fully supports it, so you can either copy the Markdown or provide its URL to any LLM with web-browsing. For every page, you can get the original Markdown by replacing the .html extension with .md. For example:

Developing with Agents

Using AGENTS.md

The AGENTS.md file is similar to README.md, but it's for agents. Learn how to add a suitable AGENTS.md for your Lynx project in AGENTS.md for Lynx.

Lynx DevTool MCP

Lynx DevTool MCP is the Lynx DevTool for coding agents. It lets coding agents control, operate and preview Lynx pages, just like human does in DevTool.

Read more in Lynx DevTool MCP.

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.