elly-server

Kxetch/elly-server
★ 0 stars Python API Integration Updated today
Open-source backend for Elly -- domain logic, MCP server, and REST API for a self-hosted, ADHD-aware notebook/diary/calendar/habit/budget companion with an LLM assistant that can actually act. AGPL-3.0.
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": {
    "elly-server": {
      "command": "uvx",
      "args": [
        "elly-server"
      ]
    }
  }
}

Or install with pip: pip install elly-server

Topics

adhdagpl-3fastapillmmcppythonself-hosted