reminds MCP

Created By
Jason Wooa year ago
一款可以用来记录reminds 闪念的MCP Server reminds 是一款为终身学习者量身打造的 AI 卡片笔记。通过轻松无压力的记录,丰富多样的连接,科学智能的回顾和方便快捷的调用,帮助热爱思考的学习者,用每一次记录,助力未来。 可以到 reminds 官网了解更多:https://reminds-app.com
Overview

what is reminds MCP?

reminds MCP is a server designed for the reminds application, which is an AI card note-taking tool tailored for lifelong learners. It allows users to effortlessly record thoughts, create diverse connections, and intelligently review notes, aiding learners in their thinking process.

how to use reminds MCP?

To use reminds MCP, obtain your API Key from the reminds app under Settings -> Security -> Developer -> API Key. Then, configure it in your environment by setting up the MCP Tools in Cursor with the provided JSON configuration.

key features of reminds MCP?

  • Create fleeting notes in HTML format.
  • Retrieve content from fleeting notes.
  • Integration with the reminds application for seamless note-taking.

use cases of reminds MCP?

  1. Recording quick thoughts and ideas as fleeting notes.
  2. Accessing and managing notes efficiently through the reminds platform.
  3. Enhancing learning by connecting notes and reviewing them intelligently.

FAQ from reminds MCP?

  • What is a fleeting note?

A fleeting note is a temporary note that can be created and stored in HTML format for quick access.

  • How do I retrieve a fleeting note?

You can retrieve a fleeting note by using its ID through the provided API.

  • Is reminds MCP free to use?

Yes, reminds MCP is free to use, but you need an API key from the reminds app.

Server Config

{
  "mcpServers": {
    "reminds-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reminds-mcp"
      ],
      "env": {
        "API_KEY": "$YOUR_API_KEY"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Jason Woo
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago