Skip to content
VS Code

sayou for VS Code

io.github.pixell-global/sayou

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

client:VS Code transport:stdio runtime:pypi

Install sayou in VS Code

.vscode/mcp.json

{
  "servers": {
    "sayou": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sayou"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sayou in other clients