Memory Search MCP Server
Uses SQLite with FTS5 for data storage and fast full-text search, providing persistent memory storage in a local database file with zero external dependencies.
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., "@Memory Search MCP Serversearch for user's UI preferences from last week"
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.
Memory Search MCP
MCP server for memory search mcp operations
Overview
Memory Search MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Record a memory episode with care-weighting and emotional valence. |
| Semantic search across all memories using full-text search with relevance rankin |
| Add a knowledge entry to the persistent knowledge base. |
| Search the knowledge base by topic or content. Returns facts and reference |
| List recent memories, optionally filtered by type. Sort by created_at, |
| Get statistics about the memory store: total count, type breakdown, |
| Follow the temporal chain from a memory episode forward or backward in time. |
| Consolidate old, low-access memories by summarizing and archiving them. |
| Semantic search using TF-IDF cosine similarity (no external deps). |
Installation
pip install meok-memory-search-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"memory-search-mcp": {
"command": "python",
"args": ["-m", "meok_memory_search_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 9 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
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/CSOAI-ORG/memory-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server