For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact usJoin the Discord
ManualAPI GuideAPI Reference
  • Getting started
    • Introduction
    • Quickstart
    • How it works
  • Installation Options
    • Package Install
    • Docker
    • Development
  • Configuration
    • CLI
    • Settings & Profiles
    • Model Configuration
  • Inference Providers
    • Overview
    • Ollama
    • LM Studio
    • LlamaCPP Server
    • vLLM
  • Integrations
    • Overview
    • Claude Code
    • Claude Desktop
    • Claude for Microsoft 365
    • OpenCode
  • Built-in Tools
    • Web Tools
    • Database Tools
  • Storage Providers
    • Vector Store
    • Object Storage
  • User Interface
    • Workbench
  • Observability
    • Observability
  • Reference
    • Troubleshooting
LogoLogo
Contact usJoin the Discord
On this page
  • Known integrations
  • Other integrations
Integrations

Overview

Was this page helpful?
Previous

Claude Code

Next
Built with

PrivateGPT implements the full Claude API, so it natively supports any tool or client that integrates with Claude — including first-party Anthropic apps like Claude Code or the MS Office Claude add-ins. Local inference providers like Ollama usually cannot power those tools because they lack certain API capabilities (structured output, tool use, tokenizer endpoints, etc.).

Apart from those, PrivateGPT is also naturally compatible with all tools that integrate with local inference providers, since it exposes a standard Claude-compatible interface.


Known integrations

The following integrations have documented setup guides for PrivateGPT.

Claude Code

Anthropic’s official CLI. Route all requests through your private server instead of api.anthropic.com.

Claude Desktop

Connect Claude Desktop (Cowork) to your private-gpt server using third-party inference.

Claude for Microsoft 365

Connect the Claude add-ins for Word, Excel, PowerPoint, and Outlook to your private-gpt server.

OpenCode

Open-source AI coding agent. Point it at your private-gpt server via a single config entry.


Other integrations

Any tool that works with a local OpenAI-compatible provider will work with PrivateGPT. The list below is non-exhaustive.

ToolLink
OpenClawopenclaw.ai
Hermes Agenthermes-agent.dev
n8nn8n.io
VS Codecode.visualstudio.com
Clinecline.bot