llmctx.com

Developer documentation in an LLM-ready format

llmctx.com transforms docs into LLM-friendly formats. Pick a preset, get AI-ready context. Perfect for coding with AI assistants like Cursor or Zed.

https://llmctx.com/[preset]

Currently supported presets:


Cursor

Cursor supports adding context via URL using the Paste Links feature.

@https://llmctx.com/[preset]
Zed

You can use llmctx directly in Zed using a /fetch command.

/fetch https://llmctx.com/[preset]
cURL

Let's be real—if you clicked this, you probably already know how to use cURL. But if you don't, here's a quick example:

curl https://llmctx.com/[preset] -o context.txt