MCP Servers / memory / structured.sh

structured.sh

JSON →
stdionone2memory

Self-hosted MCP server for persistent agent memory. Define typed schemas, write records, and query with SQL via DuckDB against Parquet files on disk.

Install
How to run this server

No install command recorded.

server path: structured-sh
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
structured.sh — MCP Server · libregistry