Setup my mind Raycast Extention

This is a guide on setting up the mymind raycast extension that I made. my mind doesn't have a public api for now so in order to authenticate your account for third party tool access, you need grab your access token from the website after logging in and put it in the extension. I'll provide an step by step guide on this since not everyone is used to grabbing tokens from network requests.

Use at your own Risk

my mind doesn't support a public api and this might be breaking their terms of use. We're not necessarily doing anything harmful or illegal but we're also not using an official api so use the extension and this instruction if you're comfortable with that.

  1. Go to https://access.mymind.com/everything and login into your account. You should be on this page.

  2. Go to networks tab in the developer tools. You can use cmd(ctrl) + option(alt) + I or cmd(ctrl) + option(alt) + E Depending on the browser and OS to open the networks tab. You should see something similar to following :

  3. Filter for cards.json and refresh the webpage. You should see the following request.

  4. Click on the request and go to the Headers tab. Scroll down until you find the following 3 values in the Request Headers section.

  1. Paste the value after = sign in the Raycast extension setup menu. and press continue.

  1. If you have followed the instruction successfully, you should be redirected to the extension page with your my mind notes loaded.

  1. Congratulations! Enjoy my mind in Raycast 🎉🎉🎉

Made with ♥ in Next.js

© 2025 Arian Ahmadinejad