Skip to main content

Agent resources

preset AI is built to be read by AI tools, not just humans. This page lists every surface an agent can use: to query your memory layer, to ingest these docs, or to act on what it reads.

Pick the surface that matches what the agent is trying to do.

MCP server

The Model Context Protocol server is the deepest surface. It lets an AI tool call into your live memory layer: list components, look up presets, validate generated code, read context rules at the moment of generation.

claude mcp add --transport http preset https://mcp.presetai.dev/mcp

For Cursor, Windsurf, VS Code Agent, and Zed, the install command differs per client. See developers.presetai.dev for the full per-tool list.

The MCP server runs over OAuth: no config files, no API keys, no manual rotation. It's free on every plan.

llms.txt and llms-full.txt

For agents that ingest documentation as context, both files live at the root of this site:

  • /llms.txt: a manifest listing every page with a one-line summary. Compact. Use it for "give me a map" prompts.
  • /llms-full.txt: the full content of every page concatenated into a single payload. Drop the URL into any AI tool that supports remote context.

Both regenerate on request, so they stay in sync with the live MDX corpus. No build step.

curl https://presetai.dev/docs/llms-full.txt

Per-page markdown

Every page on this site is also served as raw markdown: same path, .md suffix:

PageMarkdown
presetai.dev/docs/enforcepresetai.dev/docs/enforce.md
presetai.dev/docs/memory-layerpresetai.dev/docs/memory-layer.md
presetai.dev/docs/ (this index)presetai.dev/docs/index.md

The markdown view strips the chrome and leaves the prose and code blocks. Use it when you want to feed exactly one page to an agent: surgical context, not the whole site.

Copy this page to AI

The button in the top-right of every desktop page handles the common case:

  • Copy as markdown: copies the page's raw markdown to your clipboard, ready to paste into any AI tool.
  • Open in Claude: opens a Claude conversation pre-filled with this page's URL.
  • Open in ChatGPT: same, for ChatGPT.

Use it when you're reading something and want the agent to read along with you.

What's next

Was this page helpful?

Last reviewed by @jschuyler
All systems operationalDocsDevelopersPlatformPricing
PrivacyTerms© 2026 fndd, LLC