Skip to content
Back to search
30
MCP

io.github.rastogivaibhav/llm-kosh

io.github.rastogivaibhav/llm-kosh

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

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

Similar MCP servers embedding-nearest

io.github.yuvalsuede/memory-mcp
Persistent memory + git snapshots for Claude Code. Never lose context or code.
0 tools
io.github.pragneshbagary/memex
Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.
0 tools
io.github.kurovu146/memory-fts
Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking
0 tools
io.github.yonasvalentin/mcp-memory-graph
Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.
0 tools
io.github.kunwar-shah/claudex
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
0 tools
mcp-simple-memory
Persistent memory for Claude Code via MCP. SQLite + optional semantic search. Zero native deps. Works on Windows/Mac/Linux.
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.rastogivaibhav/llm-kosh": {
      "url": "None",
      "transport": "http"
    }
  }
}