Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 936 Bytes

File metadata and controls

31 lines (23 loc) · 936 Bytes
title Introduction
description Use Memex via REST API or MCP tools

This documentation covers the Memex public API surfaces:

  • REST endpoints for direct HTTP integrations.
  • MCP tools for AI clients that support the Model Context Protocol.
Call Memex endpoints directly with bearer authentication. Connect AI tools to Memex with MCP tool calls.

What is available today

  • POST /search-content
  • POST /save-content-by-url
  • MCP search_content
  • MCP save_content_by_url

Source of truth

REST endpoints are the canonical API surface. MCP wraps the same handlers and adds MCP-specific auth and billing behavior.

This docs site is published from the main branch of the docs repository.