MCP Server

Moreau provides a remote Model Context Protocol (MCP) server that gives AI assistants direct access to this documentation. Search, browse, and read the full docs from inside your AI tool — no copy-pasting required.

Server URL: https://moreau-mcp.optimalintellect.workers.dev/mcp


Available Tools

Tool

Description

search_docs

Search documentation by keyword. Returns matching pages ranked by relevance.

get_page

Fetch the full content of a documentation page by its slug.

list_pages

List all available documentation pages grouped by section.


Setup

claude mcp add -s user -t http moreau-docs https://moreau-mcp.optimalintellect.workers.dev/mcp

Add to your MCP config file:

{
  "mcpServers": {
    "moreau-docs": {
      "type": "http",
      "url": "https://moreau-mcp.optimalintellect.workers.dev/mcp"
    }
  }
}

Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:

{
  "mcpServers": {
    "moreau-docs": {
      "url": "https://moreau-mcp.optimalintellect.workers.dev/mcp"
    }
  }
}

The server is hosted remotely on Cloudflare Workers — no local setup, API keys, or dependencies required.