Skip to content
Back to search
30
MCP

Ratary Memory MCP

io.github.ontorata/ratary

Persistent coding memory for AI assistants. MCP stdio, hybrid search, graph, context.

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

Similar MCP servers embedding-nearest

RemembrallMCP
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
0 tools
cortex-mcp
Persistent memory for AI coding assistants. Injects context from past sessions into every LLM request.
0 tools
aimemory-mcp-server
AI Memory MCP Server — persistent memory for AI assistants via Model Context Protocol. Cross-platform search across ChatGPT, Claude, DeepSee
0 tools
@shackleai/memory-mcp
Persistent memory for AI coding tools. The first MCP-native memory server.
0 tools
io.github.kaaustubh/project-memory-mcp
Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
0 tools
agentmem-mcp
Persistent graph-backed memory for AI agents via MCP — store, traverse, and recall knowledge across sessions
0 tools

How to use

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

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