The Dedalus documentation MCP server is automatically available at:
https://docs.dedaluslabs.ai/mcp

Install with npx

The simplest way to add the Dedalus MCP server to your AI assistant:
npx mint-mcp add dedaluslabs.ai
Or if using a subdomain:
npx 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 SettingsDeveloperConnectors
  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:
{
  "servers": {
    "dedalus-docs": {
      "url": "https://docs.dedaluslabs.ai/mcp",
      "apiKey": "your-api-key-here"
    }
  }
}