Allivista MCP - stdio server (Claude Code, Cursor, any MCP client)

1. Install Python 3.10+ and the runtime deps:
     pip install mcp httpx cryptography
2. Point your MCP client at:
     command: python      (python3 on macOS/Linux)
     args:    ["<this folder>/api/mcp_server.py"]
     env:
       ALLIVISTA_API_KEY=alv_your_pro_key
       ALLIVISTA_MEMORY_PASSPHRASE=your-passphrase   (optional, for remember/recall)
       ALLIVISTA_BASE_URL=https://api.allivista.com

ONCE IT'S RUNNING - TRY THESE (just ask your AI in plain language):
  discover   "Use Allivista to discover hidden bridges for Parkinson's disease."
  verify     "With Allivista, verify whether amyloid-beta drives Alzheimer's."
  remember   "Remember this in Allivista: <your note>."
  recall     "Recall from my Allivista memory: <a distinctive phrase you stored>."
  Tip: for discover/verify, pass comma-separated variants, e.g. alzheimer,alzheimers,dementia.

UNDER THE HOOD - GeoLang: Allivista encodes meaning as geometry. The cortex (discover/verify)
reads structure directly; your memory (remember/recall) is a per-user keyed GeoLang dialect -
searchable by you, unreadable by us. It's the tip of the iceberg.

Full guide & cookbook:
  https://allivista.com/connect.html
  https://allivista.com/examples.html
