Skip to content
VS Code

lystbot for VS Code

io.github.touraround/lystbot

Smart lists and reminders your AI can use. Manage lists, categories, and reminders via MCP.

client:VS Code transport:stdio runtime:npm

Install lystbot in VS Code

.vscode/mcp.json

{
  "servers": {
    "lystbot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}

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

lystbot in other clients