Skip to main content

Prometheus AGS

Durable agent memory

Agents lose everything between turns. This server treats memory as typed, scoped, and durable — backed by SurrealDB, retrieved by hybrid search, and exposed through one MCP boundary.

MCP TOOLS59MIGRATIONS21VECTOR SPACES1536d / 384dRETRIEVALBM25 + HNSW / RRF
Surreal Memory ServerSurreal Memory Server

Four ways in

What it stores

Memory

Scoped, typed, versioned records

Graph

Entities, relations, Graph-RAG traversal

Streams

Token-budgeted context for long work

Palace

A second retrieval space, opt-in

Surfaces

One storage layer behind every transport. The library crate is the contract; the binary is a thin shell around it.

  • MCP stdio
  • Streamable HTTP
  • SSE
  • REST v1
  • REST v2