llms.txt
Section titled “llms.txt”We have implemented llms.txt, llms-small.txt, and llms-full.txt, and also created per-page Markdown links as follows:
llms.txt- Condensed overview of our documentationllms-small.txt- Detailed overview for LLMs with medium context windowsllms-full.txt- Complete documentation for comprehensive access
Custom Documentation Sets
Section titled “Custom Documentation Sets”We’ve created custom documentation sets to help you access specific sections of our docs:
- Bare Metal GPUs Documentation:
/bare-metal-gpus/llms-full.txt- Complete documentation for our bare metal GPU services - Instances Documentation:
/instances/llms-full.txt- Documentation for our AI instances - API Reference:
/api-reference/llms-full.txt- Complete API reference - Guides and Tutorials:
/guides/llms-full.txt- Step-by-step guides and tutorials - Reference Documentation:
/reference/llms-full.txt- General reference documentation
Managed MCP Servers
Section titled “Managed MCP Servers”We run a catalog of managed remote MCP Servers that you can connect to using OAuth on various clients:
To install in Cursor, use this Direct install link.
To install in VSCode, use this Direct install link.
To install manually, add the following specification to your MCP config:
{"server": {"name": "Medjed AI Documentation","version": "1.0.0","transport": "http"},"capabilities": {"tools": { "SearchMedjedAiDocumentation": { "name": "SearchMedjedAiDocumentation", "description": "Search across the Medjed AI Documentation knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Medjed AI Documentation, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages.", "inputSchema": { "type": "object", "properties": { "query": { "type": "string", "description": "A query to search the content with." } }, "required": [ "query" ] }, "operationId": "StarlightSearch" }},"resources": [],"prompts": []}}These servers provide secure access to our AI services and documentation, allowing you to integrate our offerings with your preferred AI workflows.