sayou for Cursor
io.github.pixell-global/sayou
Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install sayou in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sayou": {
"type": "stdio",
"command": "uvx",
"args": [
"sayou"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs