reminds MCP
@reminds-ai
About reminds MCP
一款可以用来记录reminds 闪念的MCP Server
Basic information
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
2Create 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_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.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Comments