{
  "markdown": "# Memex Plugin for Claude\n\nThis is the Claude plugin for [Memex.Garden](https://memex.garden), a bookmarking second brain for humans and agents.\n\nYou 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](https://memex.garden/privacy) and our [docs](https://docs.memex.garden).\n\n## How to install\n\n1. [Download](https://github.com/WorldBrain/memex-claude/raw/main/memex-garden-claude-plugin.zip) plugin\n2. Go to Claude's `Customize` tab\n3. `Personal Plugins` > `+` icon > `Create Plugin` > `Upload Plugin`\n4. Select the zip\n5. Select `Memex Garden Plugin` > `Connectors` > `Connect`\n6. Follow the OAuth flow\n7. Optionally adjust tool permissions\n8. You're done. You can now chat with Memex in your conversations.\n\n## Example prompts\n\n1. `Search my Memex library for pages about MCP authentication and summarize the top results.`\n2. `Save https://docs.memex.garden/general/authentication into Memex, and tag it with #tutorials`\n\n## Authentication\n\nThe default and recommended auth path for Memex is OAuth.\n\nIf you use Memex through Claude's connector UI, Claude connects to `https://api.memex.garden/mcp` and completes the Memex OAuth flow directly. In that flow, you do not paste API keys into Claude.\n\nFor a local Claude Code plugin checkout like this repo, you can still use the same Memex auth model by providing an OAuth bearer token:\n\n```bash\nexport MEMEX_BEARER_TOKEN=\"YOUR_OAUTH_ACCESS_TOKEN\"\n```\n\nThe plugin also supports API keys as an optional alternative for local setups and testing:\n\n```bash\nexport MEMEX_API_KEY=\"YOUR_MEMEX_API_KEY\"\nexport MEMEX_USER_ID=\"YOUR_MEMEX_USER_ID\"\n```\n\nOptional override:\n\n```bash\nexport MEMEX_API_BASE_URL=\"https://api.memex.garden\"\n```\n\nAuth precedence:\n\n- `MEMEX_BEARER_TOKEN` is used first when present\n- otherwise the plugin uses `MEMEX_API_KEY`\n- `MEMEX_USER_ID` is optional\n- `MEMEX_API_BASE_URL` defaults to `https://api.memex.garden`\n\nCanonical auth docs:\n\n- [Authentication](https://docs.memex.garden/general/authentication)\n\nIf you are using Claude's custom connector UI instead of the local Claude Code plugin flow, do not install this repo. Use the literal connector URL `https://api.memex.garden/mcp` and complete the OAuth flow there.\n\n## Reviewer notes\n\nBehavior and disclosures:\n\n- The plugin sends Memex-authenticated requests to the hosted Memex MCP server and `POST /save-content-by-url`.\n- The plugin does not bundle local model inference or a local MCP wrapper.\n- The hook blocks prompt submission if URL auto-indexing fails.\n- The skill is scoped to Memex library search and Memex URL saves.\n- Memex OAuth is the default auth path for the hosted connector flow and the recommended path for local plugin use. API keys remain optional for local setups.\n- The plugin relies on the same public Memex docs used by the hosted connector flow:\n  - [Available endpoints](https://docs.memex.garden/general/available-endpoints)\n  - [Response shape](https://docs.memex.garden/general/response-shape)\n  - [Buy credits](https://docs.memex.garden/general/buy-credits)\n",
  "bytes": 3148,
  "sha": "a3080c05f54195045f66b40cbe03fff1579ab5cbab03dcef7aee1535ce88a218",
  "repo_slug": "worldbrain/memex-claude",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_worldbrain_memex_claude_memex_bookmarkin_7bd2d33e/readme"
}