Seam Runtime runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from pypi.
SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add seam-runtime -- uvx seam-runtime
{
"mcpServers": {
"seam-runtime": {
"args": [
"seam-runtime"
],
"command": "uvx"
}
}
}
[mcp_servers.seam-runtime]
command = "uvx"
args = ["seam-runtime"]
{
"mcpServers": {
"seam-runtime": {
"args": [
"seam-runtime"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"seam-runtime": {
"args": [
"seam-runtime"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
SEAM_DB_PATH (Path to the local SQLite memory database. Defaults to a per-user data directory if unset.), SEAM_PGVECTOR_DSN (Optional Postgres/pgvector DSN for the vector adapter. If unset, SEAM runs on the built-in SQLite vector store.).
The author declared them in the registry entry; get the values from the project itself.
Long-term memory for AI agents: local-first PKM with provenance and hybrid search.
Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.
Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.
Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.
Local-first memory system for AI agents with hybrid search and graph reasoning
Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.
Token-light local memory with SQLite hybrid retrieval for MCP agents.
Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.
Answers built from our own checks of this server.