liquid-local-ai-client

xsip/liquid-local-ai-client
★ 5 stars TypeScript AI/LLM Updated 3d ago
Full-stack local AI chat client for any OpenAI-compatible inference server (LM Studio, Ollama, llama.cpp, vLLM, etc.). Built with Angular, NestJS, and MongoDB, featuring MCP tool orchestration, AI image generation, image uploads, streaming chat, JWT auth, and optional end-to-end AES encryption.
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": {
    "liquid-local-ai-clie": {
      "command": "npx",
      "args": [
        "-y",
        "xsip/liquid-local-ai-client"
      ]
    }
  }
}