Skip to main content
Glama

Memory Search MCP

MCP server for memory search mcp operations

PyPI License: MIT MEOK AI Labs

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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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