MCP server for memory search. Features record memory, search memory, add knowledge. From MEOK AI Labs.
Project description
Quick Install
| Client | Install |
|---|---|
| Claude Desktop | |
| Cursor | |
| VS Code | |
| Windsurf | |
| Docker | docker run -p 8000:8000 memory-search-mcp |
| pip | pip install memory-search-mcp |
Overview
Memory Search MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
record_memory |
Record a memory episode with care-weighting and emotional valence. |
search_memory |
Semantic search across all memories using full-text search with relevance rankin |
add_knowledge |
Add a knowledge entry to the persistent knowledge base. |
search_knowledge |
Search the knowledge base by topic or content. Returns facts and reference |
list_memories |
List recent memories, optionally filtered by type. Sort by created_at, |
get_memory_stats |
Get statistics about the memory store: total count, type breakdown, |
get_temporal_chain |
Follow the temporal chain from a memory episode forward or backward in time. |
consolidate_memories |
Consolidate old, low-access memories by summarizing and archiving them. |
semantic_search |
Semantic search using TF-IDF cosine similarity (no external deps). |
Installation
pip install meok-memory-search-mcp
Usage 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 implementation
License
MIT © MEOK AI Labs
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memory_search_mcp-1.0.6.tar.gz.
File metadata
- Download URL: memory_search_mcp-1.0.6.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc770cab7c085cee890129719bc954c6859c8ef1a63b310827f91601751f420
|
|
| MD5 |
f5778c8e753eb030332d35d86ccd183b
|
|
| BLAKE2b-256 |
ce7e54a35aab0f6947652e3444234cb1c06287c4c963911a3669c21efea4adef
|
File details
Details for the file memory_search_mcp-1.0.6-py3-none-any.whl.
File metadata
- Download URL: memory_search_mcp-1.0.6-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6074c7f139b680de945504c625880cf6a73e2cfdc8879b95d0cf11deef5955bf
|
|
| MD5 |
591d84f56c4b7bbbf40c88462dd50c84
|
|
| BLAKE2b-256 |
2ebbb897b58459e061b84e318aff59865e40eb74ee556af0805c77bfb852f07d
|