mcp-memory-server

jordan23wagner-ops/mcp-memory-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-memory-server": {
      "command": "uvx",
      "args": [
        "mcp-memory-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-memory-server

README Excerpt

A persistent semantic memory layer for AI coding agents, built with FastAPI and the Model Context Protocol (MCP). Agents connect over MCP and use two tools -- `store_memory` to save text with vector embeddings, and `retrieve_memory` to search by meaning. Weaviate handles vector storage; sentence-transformers generates embeddings client-side.

Tools (6)

categoryquerysourcetagstexttop_k