reminds-ai/reminds-mcp
3.2
If you are the rightful owner of reminds-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server for reminds, a tool for creating and managing fleeting notes.
Tools
create_fleeting_note
Create a fleeting note in html format in reminds.
get_fleeting_note
Get the content of a fleeting note in reminds.
reminds MCP server
A MCP server for reminds
Supported Tools
-
create_fleeting_note: Create a fleeting note in html format in reminds
-
get_fleeting_note: Get the content of a fleeting note in reminds
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"
}
}
}
}