reminds MCP
@reminds-ai
About reminds MCP
一款可以用来记录reminds 闪念的MCP Server
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
4Create a fleeting note in html format in reminds
Get the content of a fleeting note in reminds
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 note contents in reminds by gids. Returns title and markdown content.
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_notefor 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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments