This is the Codex plugin for Memex.Garden, a bookmarking second brain for humans and agents.
You can save, transcribe, summarize and search anything you come across. Websites, notes, web highlights, YouTube, X, TikTok, Instagram, PDFs, Reddit or images. Here is our Privacy Policy and our docs.
- Download the plugin
- Extract the zip, or clone this repo and use it directly.
- Start Codex from the extracted directory or repo root.
- Open Codex's plugin directory.
- Select the
Memex Pluginsmarketplace. - Install
memex-codex. - Export credentials before launching Codex, then restart Codex if needed.
- You're done. You can now use Memex inside Codex.
Search my Memex library for pages about MCP authentication and summarize the top results.Save https://docs.memex.garden/general/authentication into Memex, and tag it with #tutorials
The default hosted Memex MCP endpoint is:
https://api.memex.garden/mcp
For local Codex plugin use, export credentials before launching Codex.
Bearer token mode:
export MEMEX_BEARER_TOKEN="YOUR_OAUTH_ACCESS_TOKEN"You can also use an API key:
export MEMEX_API_KEY="YOUR_MEMEX_API_KEY"
export MEMEX_USER_ID="YOUR_MEMEX_USER_ID"Optional override:
export MEMEX_API_BASE_URL="https://api.memex.garden"Auth precedence:
MEMEX_BEARER_TOKENis used first when present- otherwise the plugin uses
MEMEX_API_KEY MEMEX_USER_IDis optionalMEMEX_API_BASE_URLdefaults tohttps://api.memex.garden
Auth docs:
If a client asks for the raw MCP server URL, use https://api.memex.garden/mcp.