> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP server for our docs

> Make your LLM an expert at Dedalus.

The Dedalus documentation MCP server is automatically available at:

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
https://docs.dedaluslabs.ai/mcp
```

### Install with pnpm dlx

The simplest way to add the Dedalus MCP server to your AI assistant:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
pnpm dlx mint-mcp add dedaluslabs.ai
```

Or if using a subdomain:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
pnpm dlx mint-mcp add docs.dedaluslabs.ai
```

### Add to Claude Desktop

To add the MCP server to Claude Desktop:

1. Open Claude Desktop
2. Go to **Settings** → **Developer** → **Connectors**
3. Click **Add MCP Server**
4. Enter the server URL: `https://docs.dedaluslabs.ai/mcp`
5. Provide your API key if prompted

### Add to Cursor IDE

For Cursor users, add to your `mcp.json` configuration:

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
	"servers": {
		"dedalus-docs": {
			"url": "https://docs.dedaluslabs.ai/mcp",
			"apiKey": "your-api-key-here"
		}
	}
}
```
