private-gpt

zylon-ai/private-gpt
★ 57,316 stars Python AI/LLM Updated 6d ago ✗ Risk
Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more. Works with any OpenAI-compatible inference server.
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": {
    "private-gpt": {
      "command": "uvx",
      "args": [
        "private-gpt"
      ]
    }
  }
}

Or install with pip: pip install private-gpt

README Excerpt

<div align="center"> **PrivateGPT is the open-source API layer that turns local models into production AI applications.** <a href="https://trendshift.io/repositories/8691" target="_blank"><img src="https://trendshift.io/api/badge/repositories/8691" alt="zylon-ai%2Fprivate-gpt | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>

Topics

aiai-toolson-premise