memo-mcp
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memo-mcpsearch for memos about meeting notes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
Related MCP server: heropen
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"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that provides persistent long-term memory for AI agents via local SQLite storage with low token overhead, enabling memory storage, retrieval, and management across sessions.Last updated1MIT
- Alicense-qualityBmaintenanceA local memory server for AI agents that stores and retrieves information via MCP, keeping all data in SQLite on your machine.Last updated1Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that provides memory management tools for AI agents, enabling adding, searching, updating, and deleting memories via the Mem0 API.Last updated27MIT
- Alicense-qualityCmaintenanceA lightweight MCP server that gives AI assistants persistent, shared memory across sessions and team members, backed by a single SQLite database. It enables saving, searching, and retrieving observations and project context to maintain continuity and team knowledge.Last updated3MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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