Avalon Memory Crystal Server
Avelon Memory Crystal Server (AMCS)
{data?.description ?? "AMCS is a memory server that captures, links, and retrieves structured project thoughts for AI assistants using semantic search, summaries, and MCP tools."}
{#each quickLinks as link}
{link.label}
{/each}
{#if data?.oauth_enabled}
OAuth Authorization Server
{/if}
Connected users
{data?.connected_count ?? "—"}
Known principals
{data?.total_known ?? "—"}
Version
{data?.version ?? "—"}
Recent access
Authenticated principals AMCS has seen recently.
Loading status…
{:else if error}
Couldn’t load the status snapshot.
{error}
No authenticated access recorded yet.
{:else if data}
| Principal | Last accessed | Last path | Requests |
|---|---|---|---|
{entry.key_id} |
{formatDate(entry.last_accessed_at)} | {entry.last_path} |
{entry.request_count} |