Connect with MCP
Use MCP when the agent must search several docs pages during a task. The Code Storage MCP server searches guides, SDK reference pages, and HTTP API pages.Claude Code
Add the server and check the connection:Cursor
Open the MCP settings. Add this server:VS Code
Create.vscode/mcp.json. Add this server:
Load llms.txt
Use llms.txt when the agent can load one URL as context. Give the agent this docs index:
Load one Markdown page
Use Markdown when the agent needs one guide or reference page. Request the page as Markdown:.md to the page URL:
Install the Code Storage skill
Use the skill when the agent supports reusable task instructions. The skill helps the agent select an interface and follow Code Storage workflows. Install the skill from the SDK repository:llms.txt with the skill when the agent
needs current method details.