Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Hono | Hono llms.txt |
Hono Full | Hono full llms.txt |
Drizzle | Drizzle llms.txt |
Better-auth | Better-auth llms.txt |
Cloudflare | Cloudflare llms.txt |
Cloudflare Full | Cloudflare full llms.txt |
Supabase | Supabase llms.txt |
Chakraui | Chakraui llms.txt |
Chakraui Full | Chakraui full llms.txt |
Bun | Bun llms.txt |
Bun Full | Bun full llms.txt |
Netlify | Netlify llms.txt |
Prisma | Prisma llms.txt |
Prisma Full | Prisma full llms.txt |
Vercel Ai Sdk | Vercel ai sdk llms.txt |
Dotenvx | Dotenvx llms.txt |
Dotenvx Full | Dotenvx full llms.txt |
Elevenlabs | Elevenlabs llms.txt |
Elevenlabs Full | Elevenlabs full llms.txt |
Svelte | Svelte llms.txt |
Svelte Full | Svelte full llms.txt |
Turborepo | Turborepo llms.txt |
Anthropic | Anthropic llms.txt |
Anthropic Full | Anthropic full llms.txt |
Windsurf | Windsurf llms.txt |
Windsurf Full | Windsurf full llms.txt |
Cursor | Cursor llms.txt |
Cursor Full | Cursor full llms.txt |
Tinybird | Tinybird llms.txt |
Tinybird Full | Tinybird full llms.txt |
Turso | Turso llms.txt |
Turso Full | Turso full llms.txt |
Wxt | Wxt llms.txt |
Cog | Cog llms.txt |
Fireproof | Fireproof llms.txt |
Fireproof Full | Fireproof full llms.txt |
Fireproof Mini | Fireproof mini llms.txt |
Likec4 | Likec4 llms.txt |
Likec4 Full | Likec4 full llms.txt |
Navi | Navi llms.txt |
Navi Full | Navi full llms.txt |
Openphone | Openphone llms.txt |
Openphone Full | Openphone full llms.txt |
Openpipe | Openpipe llms.txt |
Openpipe Full | Openpipe full llms.txt |
Roc Lang | Roc lang llms.txt |
Sankey | Sankey llms.txt |
Daisyui | Daisyui llms.txt |
Open Alternative | Open alternative llms.txt |
Stripe | Stripe llms.txt |
Ai Engineers Handbook | Ai engineers handbook llms.txt |
Model Context Protocol | Model context protocol llms.txt |
Model Context Protocol Full | Model context protocol full llms.txt |
Fumadocs | Fumadocs llms.txt |
Fumadocs Full | Fumadocs full llms.txt |
Langgraph Python | Langgraph python llms.txt |
Langgraph Python Full | Langgraph python full llms.txt |
Langgraph Js | Langgraph js llms.txt |
Langgraph Js Full | Langgraph js full llms.txt |
Langchain Python | Langchain python llms.txt |
Langchain Js | Langchain js llms.txt |
Mastra | Mastra llms.txt |
Mastra Full | Mastra full llms.txt |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_llms_txt_sources | This tool lists all available source urls where an llms.txt can be fetched. After reading the listed sources, use fetch_llms_txt to fetch any source that matches a technology in the instructions you received. Prefer llms.txt, but if llms.txt proves inadequate, check to see if other llms-full.txt or llms-mini.txt exist. When done, ask the user if they want to use other tools to search for documentation on any sources this tool could not find. |
list_openapi_spec_sources | This tool lists all available source urls where an OpenAPI spec can be fetched. |
fetch_llms_txt | Fetches the content of one or more llms.txt URLs. Some llms.txt files compile a list of urls to other llms.txt file locations because listing their full documentation would bloat context. If the documentation you're looking for does not exist in the llms.txt, look for reference links to other llms.txt files and follow those. |
fetch_openapi_spec | Fetches the content of one or more OpenAPI spec URLs. |