Back to search
30
MCP

@mseep/memorymesh

npm/@mseep/memorymesh

An MCP server that uses a knowledge graph to store and recall structured memory for AI models

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

MemoryMesh
A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
0 tools
io.github.studio-moser/shelbymcp
Knowledge-graph memory server for AI tools via MCP
0 tools
io.github.memorilabs/memori-mcp
Memori MCP server — persistent AI memory with recall and augmentation tools
0 tools
diaz3618/memory-bank-mcp-http
Memory Bank MCP Server (HTTP/SSE) - Persistent context and knowledge graphs for AI assistants
0 tools
@verygoodplugins/mcp-automem
MCP server for AutoMem: AI memory storage and recall
0 tools
aimemory-mcp-server
AI Memory MCP Server — persistent memory for AI assistants via Model Context Protocol
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/memorymesh": {
      "url": "None",
      "transport": "http"
    }
  }
}