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

# Mem Developer Docs

<div className="mx-auto max-w-6xl px-3 md:px-12 py-16">
  <div className="flex flex-col lg:flex-row items-center gap-10 mb-16">
    <div className="w-full lg:w-1/2 text-left">
      <h2 className="text-5xl text-gray-900 dark:text-white">
        Start building with the Mem API
      </h2>

      <p className="mt-4 text-md text-[#6d6e79] dark:text-[#a1a1a3] font-normal max-w-[50rem]">
        Connect your apps and workflows to Mem. Create notes, search your knowledge base, and organize collections programmatically.
      </p>

      <div className="mt-6">
        <a href="guides/get-started/quickstart" className="inline-flex items-center rounded-md bg-[#3D69D9] px-5 py-3 text-white font-medium hover:bg-[#1D47B3] focus:outline-none no-underline">
          Get Started
        </a>
      </div>
    </div>

    <div className="w-full lg:w-1/2 flex justify-center">
      <img src="https://mintcdn.com/mem/OtM7OVx6kAczpvxW/images/empty-notes.svg?fit=max&auto=format&n=OtM7OVx6kAczpvxW&q=85&s=1e424eb19bc698232e534c7514cd0f4d" className="docs-home-theme-illustration w-full max-h-80 object-contain" width="418" height="311" data-path="images/empty-notes.svg" />
    </div>
  </div>

  <CardGroup cols={3}>
    <Card title="API Reference" icon="code" href="api-reference/overview/introduction" color="#3D69D9">
      Explore the REST API endpoints for notes, collections, and more.
    </Card>

    <Card title="Guides" icon="book" href="guides/get-started/quickstart" color="#3D69D9">
      Learn how to make your first API call and explore use cases.
    </Card>

    <Card title="Authentication" icon="key" href="api-reference/overview/authentication" color="#3D69D9">
      Set up API key authentication for your integration.
    </Card>
  </CardGroup>

  <br />

  <br />

  ***

  <br />

  <div className="flex flex-col lg:flex-row items-center gap-10 mt-16 mb-16">
    <div className="w-full lg:w-1/2 flex justify-center">
      <img src="https://mintcdn.com/mem/OtM7OVx6kAczpvxW/images/thinking-heads.svg?fit=max&auto=format&n=OtM7OVx6kAczpvxW&q=85&s=a507f6e3d4e9d5e81e9c4fe739dccfc2" className="docs-home-theme-illustration w-full max-h-72 object-contain" width="406" height="353" data-path="images/thinking-heads.svg" />
    </div>

    <div className="w-full lg:w-1/2 text-left">
      <h2 className="text-4xl text-gray-900 dark:text-white">
        Mem MCP
      </h2>

      <p className="mt-4 text-md text-[#6d6e79] dark:text-[#a1a1a3] font-normal max-w-[50rem]">
        Connect your AI tools to Mem using the Model Context Protocol. Works with Claude, ChatGPT, Claude Code CLI, Codex CLI, and Gemini CLI.
      </p>

      <div className="mt-6">
        <a href="mcp/overview" className="text-[#3D69D9] hover:underline font-medium no-underline">
          Get started with Mem MCP →
        </a>
      </div>
    </div>
  </div>

  <br />

  ***

  <br />

  <br />

  ## Support

  <CardGroup cols={2}>
    <Card title="Help Center" icon="circle-question" href="https://support.mem.ai">
      Find answers to frequently asked questions
    </Card>

    <Card title="Service Status" icon="chart-line" href="https://status.mem.ai">
      Check the status of Mem services
    </Card>
  </CardGroup>

  <br />
</div>
