memory.store
22
AI-Readiness / 100
24 dead ends
Level 2 · Basic Presence
Memory.store helps teams and individuals recall and share context from meetings, conversations, and decisions across various tools and platforms.
24 dead ends are holding your score down. Close them to climb ↓
Shipped a fix? Re-audit to lock it in →Content
70% of score
13
0 of 15 buyer questions answered
Your site doesn't cover
- ai-integration
- technical
- getting-started
Protocol
30% of score
44
7 of 16 items installed
Missing
- llms.txt +2
- MCP card +2
- WebMCP widget +2
Today's biggest win
“There is no llms.txt at the root.”
Fix it and the audit moves up +2 points.
Fix list
24 to ship · 7 passing
Try it yourself
Sitedex already serves memory.store as an MCP endpoint. Ask it anything an AI agent might — see what comes back.
Snippets & configs
For developers and the engineer-on-call: copy these into your tools or your site.
MCP endpoint
https://mcp.sitedex.dev/s/memory-store/mcp
The URL anyone's agent points at. Read-only; safe to share.
Claude Code
claude mcp add memory --transport http https://mcp.sitedex.dev/s/memory-store/mcp
One command, then the agent has it.
Cursor / Continue
{
"mcpServers": {
"memory": {
"url": "https://mcp.sitedex.dev/s/memory-store/mcp"
}
}
}Drop into mcp.json.
WebMCP — two parts
WebMCP-capable browsers run the widget at runtime. Crawlers without JS rendering need the discovery manifest to find your tool surface. Install both.
1 · Widget script
<script async src="https://sitedex.dev/widget.js"></script>
Drop in <head>. WebMCP-capable browsers (Chrome 146+ Origin Trial) call navigator.modelContext.provideContext() via this script.
2 · Discovery manifest
{
"$schema": "https://wellknownmcp.org/schemas/webmcp.json",
"name": "memory.store",
"tools": [
{ "name": "search", "description": "Search memory.store's indexed content." },
{ "name": "get_page", "description": "Fetch a page from memory.store as markdown." }
]
}Host alongside the script at /.well-known/webmcp.json. Crawlers that don't render JS rely on this.
About this audit
Sitedex audits AI-readiness across 15 buyer questions and 11 protocol items. Each crawl produces a fresh report.
Question outcomes
- Answered cleanly0
- Partial3
- Unanswered12
Sitedex
memory.store is indexed by Sitedex. See more sites →