Skip to main content
Set up your agent first. Give it the current Code Storage docs before it writes integration code, so it uses current method names, request shapes, and Git behavior.

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:
Use a direct instruction:

Load one Markdown page

Use Markdown when the agent needs one guide or reference page. Request the page as Markdown:
You can also add .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:
Reload the agent after you install the skill. Ask the agent to use the Code Storage skill for Code Storage tasks. The skill does not replace the current docs. Use MCP or llms.txt with the skill when the agent needs current method details.