reminds-mcp
Version:
A MCP server for reminds
30 lines (21 loc) • 568 B
Markdown
# reminds MCP server
A MCP server for [reminds](https://reminds-app.com)
## 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
```json
{
"mcpServers": {
"reminds-mcp": {
"command": "npx",
"args": ["-y", "reminds-mcp"],
"env": {
"API_KEY": "$YOUR_API_KEY"
}
}
}
}
```