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 a local Codex plugin checkout like this repo, you authenticate by exporting environment variables before launching Codex.
Bearer token mode:
export MEMEX_BEARER_TOKEN="YOUR_OAUTH_ACCESS_TOKEN"The plugin also supports API keys as an optional alternative for local setups and testing:
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
Canonical auth docs:
If a client asks for the raw MCP server URL instead of using this local plugin bundle, use the literal hosted URL https://api.memex.garden/mcp.
Behavior and disclosures:
- The plugin sends Memex-authenticated requests to the hosted Memex MCP server.
- The plugin does not bundle local model inference or a local MCP wrapper.
- The skill is scoped to Memex library search and Memex URL saves.
- The repo bundles a local Codex marketplace file at
.agents/plugins/marketplace.jsonthat points to./memex-codex. - The plugin uses the same public Memex docs as other Memex agent integrations: