structured.sh
JSON →Self-hosted MCP server for persistent agent memory. Define typed schemas, write records, and query with SQL via DuckDB against Parquet files on disk.
Tools · 9
- create_memory Create a memory for tracking daily sales with fields: date, revenue, units
- list_memories What memories do I have?
- describe_memory Show me the schema for daily_sales
- write_memory Save today's sales: date=2026-04-09, revenue=1250.50, units=42
- query_memory What's the total revenue this month?
- store_document Remember this config for later
- get_document Get the document abc-123
- flush_memory Flush all pending data to disk
- delete_memory Delete the test_data memory
Links
★ 2 GitHub stars