AMCS
Avelon Memory Crystal
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.

{#if loading}
Loading status…
{:else if error}

Couldn’t load the status snapshot.

{error}

{:else if data && data.entries.length === 0}
No authenticated access recorded yet.
{:else if data}
{#each data.entries as entry} {/each}
Principal Last accessed Last path Requests
{entry.key_id} {formatDate(entry.last_accessed_at)} {entry.last_path} {entry.request_count}
{/if}