Displays code coverage metrics for the memo-mcp project through a badge that links to detailed coverage reports.
References GitHub for license information and repository hosting.
Provides package availability information and installation capabilities through the NPM registry.
Generates status badges for displaying NPM version and license information.
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 Name | Description |
---|---|
createMemo | Create a new memo |
getMemos | Retrieve all memos |
getMemo | Retrieve a memo by specified ID |
updateMemo | Update a memo by specified ID |
deleteMemo | Delete a memo by specified ID |
searchMemos | Search memos by keyword |
createCategory | Create a new category |
getCategories | Retrieve all categories |
getCategory | Retrieve a category by ID |
updateCategory | Update a category by ID |
deleteCategory | Delete a category by ID |
Usage
DB_PATH
is optional. (default: memo.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.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
This is an MCP server that enables agents to record, search, and retrieve memos using LowDB as a lightweight local database.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -143148JavaScriptMIT License
- AsecurityAlicenseAqualityA high-performance MCP server utilizing libSQL for persistent memory and vector search capabilities, enabling efficient entity management and semantic knowledge storage.Last updated -614566TypeScriptMIT License
- -securityAlicense-qualityAn 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 -136MIT License
- AsecurityAlicenseAqualityMCP server that allows interaction with PocketBase databases, enabling record operations (fetch, list, create, update), file management, and schema migrations through natural language.Last updated -2019TypeScriptMIT License