Skip to content
VS Code

llms.txt for agents for VS Code

io.github.ux-xd/llms-txt

Any site's llms.txt: find the covering index, read its linked docs as markdown, search sections.

client:VS Code transport:streamable-http

Install llms.txt for agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "llms-txt": {
      "type": "http",
      "url": "https://llmstxtmcp.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

llms.txt for agents in other clients