reminds MCP
@reminds-ai
关于 reminds MCP
一款可以用来记录reminds 闪念的MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"reminds-mcp": {
"command": "npx",
"args": [
"-y",
"reminds-mcp"
],
"env": {
"API_KEY": "$YOUR_API_KEY"
}
}
}
}工具
2Create a fleeting note in html format in reminds
Get the content of a fleeting note in reminds
概览
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.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
评论