Skip to content

xoben/unload-thoughts

v0.1.0MIT

Dump thoughts, manage tasks and notes, and review AI suggestions from Unload Thoughts inside Cursor.

Unload Thoughts for Cursor

A Cursor plugin that connects Agent to your Unload Thoughts account — dump a thought, see what's on today, tick things off, and file what the organizer proposed, without leaving the editor.

This repository is the plugin package (manifest + MCP URL). The server itself lives at https://app.unloadthoughts.com/api/mcp. The plugin is free and open source (MIT). You need an Unload Thoughts account for the tools to talk to your data; a subscription, if you have one, is billed in the app, not through this listing.

Not submitted to the Cursor Marketplace yet. Install locally until the product is ready to list.

Install locally

  1. Clone this repo.

  2. Symlink it into Cursor's local plugin folder:

    mkdir -p ~/.cursor/plugins/local
    ln -s /path/to/unloadthoughts-cursor-plugin ~/.cursor/plugins/local/unload-thoughts
    
  3. Reload the window (Developer: Reload Window).

  4. Open Customize and confirm unload-thoughts is listed with its MCP server.

  5. Click Connect. Cursor opens a browser, you sign in, and you approve access on the consent screen.

  6. Ask Agent something that needs your account, e.g. "what's on my plate today?"

If a marketplace plugin with the same name is already installed, that install takes precedence over the local copy.

After it's listed

Install from Customize → Cursor Marketplace (or cursor.com/marketplace) and complete the same Connect / consent step. Do not submit this repo at cursor.com/marketplace/publish until Unload Thoughts is ready to list.

What you can ask

  • "What's on my plate today?"
  • "Dump this thought: call the dentist and also I want to write up the porch idea."
  • "Tick off 'send the invoice'."
  • "What did I capture about the kitchen remodel?"
  • "Show me thoughts waiting for review."

How it works

mcp.json points Cursor at Streamable HTTP:

https://app.unloadthoughts.com/api/mcp

There are no API keys in this repo. Cursor discovers OAuth from the server's Protected Resource Metadata, you consent at app.unloadthoughts.com/oauth/consent, and tools run as you under the same row-level security as the app.

Disconnect any time in the web app under Settings → Integrations.

Privacy

Connecting an assistant is off until you authorize it. What that client can read and write, how to revoke it, and how long a leftover access token lasts are in Privacy under Connected AI apps.

License

MIT. Cursor Marketplace requires a permissive license; this plugin stays free to Marketplace users.