mcpbeat Sign in

Spomory MCP Server

answering

Spomory is answering right now. Last checked 13 min ago. Last commit 22 Sep 2026.

Explainable graph-retrieval memory engine with an RL-trained management policy.

Uptime history 14 days of history · worst day 48%
14 days agonow
47.8%
Uptime 24h
87 of 182 checks
Tools
hidden behind auth
543 ms
Response time
average over 24h
0
Stars
last commit 22 Sep 2026

Spomory does not always answer

Over the last week it answered 49.2% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add spomory --transport http https://api.yliuai.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spomory": {
      "url": "https://api.yliuai.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spomory]
url = "https://api.yliuai.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "spomory": {
      "url": "https://api.yliuai.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spomory": {
      "url": "https://api.yliuai.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: LLM_API_KEY (API key for an OpenAI-compatible LLM provider, used for entity/relation extraction), LLM_BASE_URL (OpenAI-compatible base URL), LLM_MODEL (Model name for extraction). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Endpoints

URLTransportStateLatencyChecked
https://api.yliuai.com/mcp streamable-http sign-in 618 ms 13 min ago
https://api.yliuai.com/mcp-apikey streamable-http answering 470 ms 13 min ago

Alternatives to Spomory

same job, measured the same way
ContextDB Memory
by mikhailbovt

Local-first durable AI memory with policy-bound recall and a typed project graph.

local only
Engram Server
by jamjet-labs

Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.

local only
Memory MCP Server
by j0hanz

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

76 installs/wk local only
Alaya MCP
by securityronin

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall

62 installs/wk local only
mwe-mcp — Memory Wiki Engine
by fr4nz82

Self-hosted multi-user memory for AI agents: a human-readable Markdown wiki with per-fragment ACL.

local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Kip
by ldclabs

Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.

34 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only

Spomory — questions

Answers built from our own checks of this server.

Why is there no tool list for Spomory?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 47.8% of checks in the last 24 hours got a reply.
Is Spomory working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 87 of 182 checks got a reply (47.8%), average response time 543 ms. The bar chart above shows every period we have measured.
How do I connect Spomory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Spomory?
No API key is involved. Spomory answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Spomory?
It answers our handshake in 543 ms on average, which is faster than 28% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Spomory open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.