Skip to content
Back to search
30
MCP

MemoryMesh

pulsemcp/memorymesh

Store and query structured data in local knowledge graphs.

Uptime
0.0%
1 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
@mseep/memorymesh
An MCP server that uses a knowledge graph to store and recall structured memory for AI models
0 tools
Memento
Persistent memory for AI tools. Local-first knowledge graph with hybrid search.
0 tools
io.github.sparkvibe-io/memorymesh
Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.
0 tools
io.github.indhar01/memograph
Graph-based memory system for LLMs with knowledge graphs and semantic search
0 tools
io.github.Indhar01/memograph
Graph-based memory system for LLMs with knowledge graphs and semantic search
0 tools

How to use

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

{
  "mcpServers": {
    "memorymesh": {
      "url": "None",
      "transport": "http"
    }
  }
}