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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

EverArt
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
コメント