Documentation index
Fetch the complete documentation index at: https://docs.base.org/llms.txt Use this file to discover all available pages before exploring further.Full documentation file
If your AI tool doesn’t support MCP yet, you can use a static documentation file instead. This gives your AI assistant the entire Base documentation as one text file.Setup with Cursor
Cursor is an AI-powered code editor built as a fork of VS Code with features like AI code completion and natural language editing.1
Open docs settings
Go to Settings > Features > Docs.
2
Add Base docs
Click Add new doc and paste:
https://docs.base.org/llms-full.txt3
Reference in chat
Use
@docs -> Base in your AI chat to reference the documentation.Setup with Claude Code
Claude Code is an agentic coding tool that lives in your terminal and understands your codebase.1
Download the docs file
Download the static documentation file from: https://docs.base.org/llms-full.txt
2
Add to your project
Save the file in your project directory or a known location on your system.
3
Reference in chat
Use the
/read command or drag and drop the file path to include the documentation in your conversation. Claude Code will then have access to the full Base documentation for that session.