MCP.so
Sign In

reminds MCP

@reminds-ai

About reminds MCP

一款可以用来记录reminds 闪念的MCP Server

Basic information

Category

Other

Transports

stdio

Publisher

reminds-ai

Submitted by

Zesheng Wu

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "reminds-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reminds-mcp"
      ],
      "env": {
        "API_KEY": "$YOUR_API_KEY"
      }
    }
  }
}

Tools

2

Create a fleeting note in html format in reminds

Get the content of a fleeting note in reminds

Overview

What is reminds MCP?

reminds MCP is a Model Context Protocol server that integrates with the reminds note‑taking application. It allows AI assistants (e.g., Cursor) to create fleeting notes in HTML format directly from a chat context. This server is intended for users who already have a reminds account and want to automate note creation via MCP‑compatible tools.

How to use reminds MCP?

Obtain your API key from reminds (Settings → Security → Developer → API Key). Then configure the MCP client (e.g., Cursor) with the command npx -y reminds-mcp and set the API_KEY environment variable. Once running, call the create_html_fleeting_note tool to create a note.

Key features of reminds MCP

  • Single tool: create_html_fleeting_note for creating HTML fleeting notes.

Use cases of reminds MCP

  • Quickly capture thoughts or tasks as fleeting notes from an AI assistant.
  • Automate note creation from code comments, chat summaries, or research snippets.
  • Integrate reminds note‑taking into a larger MCP‑based workflow.

FAQ from reminds MCP

What does create_html_fleeting_note do?

It creates a “fleeting note” in HTML format in your reminds account. The tool expects appropriate parameters (not detailed in the README).

Do I need a reminds account and API key?

Yes. You must have a reminds account and generate an API key from the developer settings.

How is the server invoked?

It runs as a standard MCP server via npx -y reminds-mcp with the API_KEY environment variable set. Transport is standard stdio.

Where does the note data live?

Notes are stored in your reminds account, on reminds‑app.com.

Are there any other tools or resources?

The README only documents one tool (create_html_fleeting_note). No resources or prompts are mentioned.

Comments

More Other MCP servers