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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"private-gpt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-private-gpt"
]
}
}
}