LLM feed files
To help LLMs stay current on how Turnkey works, we expose two continuously updated files for ingestion:llms.txt- A concise navigation index: when to use Turnkey, developer resources (API reference, authentication, webhooks, MCP server, SDKs, CLI), and key docs pages. Great for smaller models or quick context building.llms-full.txt- The full markdown content of every docs page, ideal for full-context indexing.
Connecting to the Turnkey MCP server
Connect to the Turnkey MCP server to search our documentation. This will enable you to perform contextual searches without leaving your development environment.- Claude
- Claude Code
- Cursor
- VS Code
To use the Turnkey MCP server with Claude:See the Model Context Protocol documentation for more details.
1
Add the Turnkey MCP server to Claude
- Navigate to the Connectors page in the Claude settings.
- Select Add custom connector.
- Add the Turnkey MCP server:
- Name:
Turnkey - URL:
https://docs.turnkey.com/mcp
- Select Add.
2
Access the MCP server in your chat
- When using Claude, select the attachments button (the plus icon).
- Select the Turnkey MCP server.
- Ask Claude a question about Turnkey.
Chat with our docs (contextual deep links)
We’ve enabled Mintlify’scontextual feature across Turnkey’s docs:
- You can copy any Turnkey docs page as Markdown for reuse or embedding.
- Even better: you can launch a chat session with Claude or ChatGPT preloaded with that specific page’s context.