Sayou is a file-system inspired context store for AI agents that allows for persistent reasoning and knowledge accumulation over time, replacing traditional databases.
From the registry: Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.
Please install the `sayou` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python** — Python 3.11+ required. Install via pip. Run: `pip install sayou` (https://pypi.org/project/sayou/)
Canonical MCP server config (stdio transport):
- command: `sayou`
- args: []
Note: File-system inspired context store for AI agents. 11 MCP tools: workspace_write/read/list/search/delete/history/glob/grep/kv/links/chunks. Initialize with `sayou init --claude` or `pip install sayou && sayou init`. Fully local by default, optional MySQL+S3 for production.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SAYOU_EMBEDDING_PROVIDERProvider for vector similarity searchOPENAI_API_KEYrequiredAPI key for OpenAI servicesZEP_API_KEYrequiredAPI key for Zep Cloud servicesSAYOU_AGENT_E2B_API_KEYAPI key for executing code in the agentAI Agents Framework with Self Reflection and MCP support