MCP server
The Model Context Protocol (MCP) connects AI tools directly to Baseten documentation. When connected, your AI tool searches the docs in real time while generating responses, so you get answers grounded in current documentation rather than stale training data. The Baseten docs MCP server is available at:- Claude Code
- Claude Desktop
- Cursor
- VS Code
Add the MCP server to Claude Code:Claude Code searches Baseten docs automatically when relevant to your prompts.
Other MCP clients
Any MCP-compatible tool (Goose, ChatGPT, Windsurf, and others) can connect using the server URLhttps://docs.baseten.co/mcp. Refer to your tool’s documentation for how to add an MCP server.
You can also use npx add-mcp to auto-detect supported AI tools on your system and configure them:
Skills
The skills file describes what AI agents can accomplish with Baseten, including required inputs and constraints. AI coding tools use this file to understand Baseten capabilities without reading every documentation page. Install the Baseten docs skill into your AI coding tool:Skills and MCP serve complementary purposes. Skills tell an AI tool what Baseten can do and how to do it. MCP lets the tool search current documentation for specific details. For the best results, install both.
llms.txt
Thellms.txt file is an industry-standard directory that helps LLMs index documentation efficiently, similar to how sitemap.xml helps search engines. Baseten docs automatically host two versions:
- docs.baseten.co/llms.txt: a structured list of all pages with descriptions.
- docs.baseten.co/llms-full.txt: the full text content of all pages.
Markdown access
Every documentation page is available as Markdown by appending.md to the URL. For example:
Contextual menu reference
The contextual menu on each page provides one-click access to these integrations. Select the menu icon in the top-right corner of any page.| Option | Description |
|---|---|
| Copy page | Copies the page as Markdown for pasting into any AI tool. |
| View as Markdown | Opens the page as raw Markdown in a new tab. |
| Copy MCP server URL | Copies the MCP server URL to your clipboard. |
| Connect to Cursor | Installs the MCP server in Cursor. |
| Connect to VS Code | Installs the MCP server in VS Code. |