AI & Machine Learning
longmem.dev
Provides semantic search and management of long-term memory for AI agents or personal knowledge.
ENDPOINT 1
https://longmem.dev/v1/mcp
MCP server metadata
- Name
- longmem
- Version
- 0.1.0
LongMem — shared long-term memory for agents. Use search_memory to recall, store_memory to remember (omit collection in search to search everything). To discover patterns another agent recorded: related_memory finds neighbours, what_changed shows superseded facts, collection_health flags drift, summarize_collection gives a board-report briefing of the whole collection. To keep shared memory healthy: find_duplicates surfaces redundancy, archive_stale retires old memories (reversible; dry_run by default).
Known tools 10
get_memoryFetch the full text of a single memory by id, plus a download URL for its file if any.
Inferred read-onlyrelated_memoryFind the memories most semantically related to a given memory id — its nearest neighbours in the same collection.
Inferred read-onlywhat_changedShow where the current truth in a collection superseded an older fact (graph 'updates' edges) — each {current, superseded} pair, newest first.
Inferred read-onlycollection_healthAt-a-glance health of a shared collection as agents write to it: total / current / stale / expired / supersessions and a single needs_attention roll-up.
Potential side effectssummarize_collectionRoll a shared collection into a board-report-style briefing: a concise summary plus key themes, drawn from the most important recent memories.
Inferred read-onlyfind_duplicatesSurface near-duplicate memories in a collection (cosine >= threshold) as clusters — read-only, deletes nothing.
Inferred read-onlyarchive_staleSoft-archive memories not updated in `older_than_days` days (skips pinned and already-archived).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.longmem]
url = "https://longmem.dev/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"longmem": {
"type": "http",
"url": "https://longmem.dev/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: longmem
Remote MCP URL: https://longmem.dev/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"longmem": {
"url": "https://longmem.dev/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"longmem": {
"type": "http",
"url": "https://longmem.dev/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "longmem",
"transport": "streamable-http",
"url": "https://longmem.dev/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for longmem.dev was fetched 2026-08-24T04:08:30.914Z and is being refreshed.
longmem.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.