| 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.
POST /search-contentPOST /save-content-by-url- MCP
search_content - MCP
save_content_by_url
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.