reminds MCP

by reminds-ai

118 downloads
Not rated
GitHub

About

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…

Details

Author
reminds-ai
Downloads
118
Categories
Other

- Single tool: create_html_fleeting_note for creating HTML fleeting notes.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name reminds MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

create_fleeting

Create a fleeting note in html format in reminds

get_fleeting

Get the content of a fleeting note in reminds

search_notes

Search notes in reminds by semantic similarity. Returns a list of note gids. Optional filters narrow results by time range, tags, pinned state, attachments, recycle state, or review counts.

get_notes

Get note contents in reminds by gids. Returns title and markdown content.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

reminds MCP server

A MCP server for reminds

Supported Tools

- create_html_fleeting_note: Create a fleeting note in HTML format

How to Use in Cursor

- Get you API Key in reminds: Settings -> Security -> Developer -> API Key

- Configure in Cursor: Settings -> MCP Tools

{
  "mcpServers": {
    "reminds-mcp": {
      "command": "npx",
      "args": ["-y", "reminds-mcp"],
      "env": {
        "API_KEY": "$YOUR_API_KEY"
      }
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.