Overview of PrivateGPT Integrations
mainPrivateGPT implements the full Claude API, making it compatible with Claude-native tools and any client that requires a Claude-compatible interface.
Claude-Native Integrations
PrivateGPT can power first-party Anthropic applications that typically require specific API capabilities (like structured output, tool use, and tokenizer endpoints) which standard local inference providers (e.g., Ollama) often lack. Documented integrations include:
- Claude Code: Anthropic's official CLI. You can route requests through your PrivateGPT server instead of
api.anthropic.com. - Claude Desktop: Connect Claude Desktop to your PrivateGPT server using third-party inference.
- Claude for Microsoft 365: Connect Claude add-ins for Word, Excel, PowerPoint, and Outlook to your PrivateGPT server.
- OpenCode: An open-source AI coding agent that can be pointed at a PrivateGPT server via configuration.
Other Compatible Tools
Because PrivateGPT exposes a standard Claude-compatible interface, it is also compatible with tools designed for local OpenAI-compatible providers, such as:
- OpenClaw
- Hermes Agent
- n8n
- VS Code
- Cline