Skip to main content
Glama

memo-mcp

by 108yen

memo-mcp

memo-mcp is an MCP (Model Context Protocol) server that enables agents to record, search, and retrieve memos using LowDB as a lightweight local database.

This server stores memo contents in a local JSON file and provides comprehensive memo management functionality including creation, updates, search, and retrieval operations. All data is persisted locally using LowDB, making it ideal for personal memo management without requiring external database dependencies.

Features

The main tools provided by memo-mcp are as follows:

Tool NameDescription
createMemoCreate a new memo
getMemosRetrieve all memos
getMemoRetrieve a memo by specified ID
updateMemoUpdate a memo by specified ID
deleteMemoDelete a memo by specified ID
searchMemosSearch memos by keyword
createCategoryCreate a new category
getCategoriesRetrieve all categories
getCategoryRetrieve a category by ID
updateCategoryUpdate a category by ID
deleteCategoryDelete a category by ID

Usage

DB_PATH is optional. (default: memo.json)

{ "mcpServers": { "memo-mcp": { "command": "npx", "args": ["-y", "memo-mcp"], "env": { "DB_PATH": "path/to/json_file.json" } } } }

VS Code Installation Instructions

For quick installation, use one of the one-click installation buttons below:

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open Settings (JSON).

Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

{ "servers": { "canary": { "command": "npx", "args": ["-y", "memo-mcp"] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

This is an MCP server that enables agents to record, search, and retrieve memos using LowDB as a lightweight local database.

  1. Features
    1. Usage
      1. VS Code Installation Instructions

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).
      Last updated -
      14
      31
      48
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      A high-performance MCP server utilizing libSQL for persistent memory and vector search capabilities, enabling efficient entity management and semantic knowledge storage.
      Last updated -
      6
      145
      66
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      An MCP server that enables large language models to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data through natural language.
      Last updated -
      136
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      MCP server that allows interaction with PocketBase databases, enabling record operations (fetch, list, create, update), file management, and schema migrations through natural language.
      Last updated -
      20
      19
      TypeScript
      MIT License
      • Linux
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/108yen/memo-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server