assistant

sbeashwar/assistant
★ 0 stars Python API Integration Updated 11d ago
Bootstrap scripts and MCP servers for the personal-assistant stack (companion to sbeashwar/aisuperapp)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "assistant": {
      "command": "uvx",
      "args": [
        "assistant"
      ]
    }
  }
}

Or install with pip: pip install assistant

README Excerpt

Source for the local services that surround the OneDrive personal-assistant workspace and the [aisuperapp](https://github.com/sbeashwar/aisuperapp) PWA. **No secrets in this repo** — token caches, push tokens, VAPID keys, and `.env.local` are excluded by `.gitignore` and supplied separately when bootstrapping a new machine.

Tools (1)

RemindersScanner