📝 MCP Notes

Created By
9Ninetya year ago
A simple note-taking MCP server for recording and managing notes with AI models.
Overview

What is MCP Notes?

MCP Notes is a simple note-taking application built on the Model Context Protocol (MCP) that allows users to record and manage notes using AI models. It is designed for personal use, enabling users to capture thoughts, insights, and tasks without the need for project files.

How to use MCP Notes?

To use MCP Notes, you can run the server using Node.js and interact with it through a web interface or via AI models that support function calls. You will need to set up AWS DynamoDB for note storage.

Key features of MCP Notes?

  • Dual server architecture for AI-driven note management and user interface.
  • AI-powered note taking for recording thoughts and tasks.
  • Comprehensive note management capabilities (create, list, retrieve, update, delete).
  • Secure storage using AWS DynamoDB.
  • Flexible authentication options.

Use cases of MCP Notes?

  1. Recording personal thoughts and inspirations.
  2. Managing tasks and notes for projects without affecting project files.
  3. Utilizing AI to enhance note-taking and retrieval processes.

FAQ from MCP Notes?

  • Is MCP Notes free to use?
    Yes, MCP Notes is free to use, but it requires an AWS account for DynamoDB.

  • What models can I use with MCP Notes?
    You can use any model that supports function calls, including Claude, GPT-4, and others.

  • Do I need to create project files?
    No, MCP Notes allows you to store personal notes independently of project files.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
9Ninety
Star
21
Language
TypeScript
License
GPL-2.0 license
Category
note-taking
Tags

Recommend Servers

View All
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.

8 hours ago