The Dedalus documentation MCP server is automatically available at:
https://docs.dedaluslabs.ai/mcp
Install with pnpm dlx
The simplest way to add the Dedalus MCP server to your AI assistant:
pnpm dlx mint-mcp add dedaluslabs.ai
Or if using a subdomain:
pnpm dlx mint-mcp add docs.dedaluslabs.ai
Add to Claude Desktop
To add the MCP server to Claude Desktop:
- Open Claude Desktop
- Go to Settings → Developer → Connectors
- Click Add MCP Server
- Enter the server URL:
https://docs.dedaluslabs.ai/mcp
- 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"
}
}
}
Last modified on April 17, 2026