reminds-mcp
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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"
      }
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i reminds-mcp

Weekly Downloads

23

Version

1.0.10

License

MIT

Unpacked Size

8.29 kB

Total Files

11

Last publish

Collaborators

  • jasonwoo888