Skip to content

Install Now

Generate Your Claude Docs MCP Config

Add Docsie's MCP server to Claude Desktop or Claude Code with one config block.

Or paste your Docsie workspace URL

Works with Claude Desktop, Claude Code, and Claude API clients

or paste your workspace URL

OAuth 2.0, RBAC, audit logging, and on-prem/private deployment options.

Teams Running Claude on Docsie MCP

Engineering, support, and platform teams use Docsie's MCP server to ground Claude Desktop and Claude Code in real internal documentation

Fellowmind
Becklar
PowerFlex
North Highland
AddSecure
Canada

Recognized on G2

Claude MCP Options Compared

How Claude MCP Options Compare for Private Documentation

Claude supports many MCP servers. Here's how Docsie compares for grounding Claude in your private enterprise docs.

Claude MCP Integration Feature
Docsie MCP Private Docs
Context7
Filesystem MCP
Anthropic Files API
DIY RAG MCP
Native MCP server (Anthropic spec)
Private enterprise documentation
Works with Claude Desktop
Works with Claude Code
OAuth 2.0 + enterprise SSO
RBAC inherited from doc permissions
Real-time doc sync (no re-indexing)
Audit log of Claude MCP queries
Setup effort Standard Claude config Standard MCP config Local file setup Custom build Custom build
Enterprise security and privacy controls

Comparison based on publicly documented Claude MCP options as of June 2026.

Claude + Docsie MCP Impact

Claude With and Without Real Internal Docs

Here's what changes when Claude has direct access to your internal documentation via Docsie MCP vs. answering from training data.

Claude Without Docsie MCP
Engineer asks Claude: 'How do I handle rate limiting in our PaymentService?'
Claude has no access to your internal PaymentService docs
Returns generic rate-limit handling patterns from training data
Suggests retry-after headers and exponential backoff — but not YOUR implementation
Engineer has no idea this advice doesn't match the real PaymentService
Implements based on generic advice; service breaks under load
Claude With Docsie MCP
1
Claude calls docsie.search via MCP
Claude queries Docsie MCP for 'PaymentService rate limiting' — scoped to engineer's RBAC.
Screenshot captured
2
Real PaymentService docs returned
Returns Internal PaymentService Guide v3.1 + Rate Limit Handling Runbook.
Screenshot captured
3
Claude answers with real PaymentService specifics
Cites your actual rate limit policy (100 req/sec), your retry middleware, your error codes.
Screenshot captured
4
Engineer implements correctly with less manual cleanup
Uses your real rate limit pattern, your standard retry middleware, your error handling.
Screenshot captured
5
Audit log captures Claude's queries
Platform team can see which internal docs Claude is referencing for engineers.
Screenshot captured

How to Add Docsie MCP to Claude

Connect Claude to Your Docs in 3 Steps

Add a config block to Claude Desktop or Claude Code, sign in, and let Claude query governed documentation context.

1
Edit Your Claude Config File

Edit Your Claude Config File

Open claude_desktop_config.json (Claude Desktop) or your Claude Code MCP config. Add the Docsie MCP server block with your workspace URL. Save and restart Claude — the new MCP server is now available.

2
Sign In With Your Enterprise SSO

Sign In With Your Enterprise SSO

First Claude conversation that triggers an MCP query opens an OAuth window. Sign in through your enterprise SSO (Azure AD, Okta, Google, SAML). Claude's MCP token is per-user — scoped to your individual permissions.

3
Claude Answers From Your Real Internal Docs

Claude Answers From Your Real Internal Docs

From now on, Claude questions that need internal context can query Docsie via MCP. Claude can cite source docs, use internal specifics, and ground answers in approved documentation instead of relying only on training data.

Why Claude Teams Use Docsie MCP

Built for Teams Running Claude at Enterprise Scale

Claude is Anthropic's flagship — and MCP is Anthropic's open standard. Docsie's MCP server is the native private-docs companion built for both.

MCP Native — Built for Anthropic's Open Standard

Docsie is built around the MCP pattern for making documentation available to AI tools. Claude Desktop, Claude Code, and MCP-compatible Anthropic workflows can connect through standard MCP configuration.

Real Internal Context in Every Claude Conversation

Ask Claude about internal systems, APIs, processes, or policies. Claude can call docsie.search via MCP, retrieve internal docs, and answer with source context.

Per-User RBAC Through Claude

Each user's Claude inherits their Docsie permissions. Senior engineers see senior-only architecture docs; junior engineers don't. HR managers see HR docs; everyone else doesn't. RBAC is enforced server-side.

Doc Updates Reflected in Claude Immediately

Update an internal SOP and configured MCP workflows can make the newer version available to Claude without a separate embedding-refresh project.

Audit Log of Every Claude MCP Query

Claude docsie.search and docsie.fetch calls can be logged. Compliance teams can see who queried what, when, and which docs were returned, supporting SOC 2, ISO 27001, and GDPR review evidence.

Standard MCP Setup, Less Custom Infrastructure

Add a config file, restart Claude, and sign in via OAuth. Teams can avoid building a separate embeddings pipeline or vector database for this documentation workflow.

How Teams Use Claude + Docsie MCP

Engineering, support, and platform teams use Docsie's MCP server to make Claude genuinely useful for their internal documentation

Claude Code Generates Code From Real Internal API Docs
Software Engineering

Claude Code Generates Code From Real Internal API Docs

Claude Code is Anthropic's AI coding agent — and it shines when grounded in real internal APIs. Connect Claude Code to Docsie MCP, and every code generation prompt auto-queries your internal API references, ADRs, and runbooks for real internal context.

  • Claude Code generates client code using real internal endpoints
  • ADRs surface design context for architectural decisions
  • Audit log shows which internal docs power Claude Code generations
Support Agents Use Claude With Real Help Center Articles
Customer Support

Support Agents Use Claude With Real Help Center Articles

Support teams using Claude in their workflow can ground customer answers in the real KB. Claude can query Docsie MCP for help center articles, cite the source, and help agents stay aligned with policy.

  • Claude answers customer questions with real KB article citations
  • Workspace isolation keeps internal-only docs out of customer-facing flows
  • Audit trail of which articles powered which customer interactions
Every Employee's Claude Knows Real Company Policies
Internal Knowledge Workers

Every Employee's Claude Knows Real Company Policies

Internal teams use Claude as a personal AI assistant. Connect it to Docsie MCP and Claude can answer PTO, benefits, expense policy, and IT process questions from your real internal docs — RBAC-scoped to what each employee should see.

  • Employees get real company-policy answers from Claude
  • Manager-only and confidential docs scoped via inherited RBAC
  • Designed for privacy review with query logs for internal Claude access

Common Questions

Claude Documentation MCP Server FAQ

Everything you need to know about connecting Claude Desktop and Claude Code to Docsie via the Model Context Protocol

Claude MCP Setup

Start Here

Q: How do I add the Docsie MCP server to Claude Desktop?

A: Open Claude Desktop's config file (claude_desktop_config.json — location varies by OS, accessible from Claude's Settings → Developer menu). Add the Docsie MCP server block with your workspace URL. Save and restart Claude Desktop. The first Claude conversation that triggers an MCP query will open an OAuth sign-in window through your enterprise SSO. After sign-in, Claude uses Docsie MCP automatically for any prompt that needs internal context. Setup is typically a short flow.

Q: Does this work with Claude Code (the CLI)?

A: Yes. Claude Code is Anthropic's AI coding agent and supports MCP servers natively. Add the Docsie MCP server to your Claude Code config (~/.claude/config.json or per-project config). Same OAuth flow, same RBAC, same audit log. Claude Code uses Docsie MCP for any prompt that touches internal services, APIs, or docs.

Q: Why is Claude particularly good with MCP?

A: Anthropic created the Model Context Protocol as an open standard for connecting AI models to external context. Claude has strong MCP support, and Docsie implements the MCP pattern for documentation access.

Q: Can I use Docsie MCP with the Claude API directly?

A: Applications built on Claude can use MCP-style tool sources where the client architecture supports MCP. Docsie's MCP server exposes docsie.search and docsie.fetch through the standard protocol.

Authentication & Security

Q: How does Claude authenticate to Docsie MCP?

A: OAuth 2.0. First MCP query triggers a browser-based sign-in through your enterprise SSO (Azure AD, Okta, Google, SAML). Docsie issues a per-user access token scoped to your identity. The token is stored securely by Claude (in its MCP credential store) and used for subsequent queries. Tokens refresh automatically; you can revoke at any time from Docsie's admin dashboard or via SSO deprovisioning.

Q: Are Claude's MCP queries audit-logged?

A: Yes. MCP queries Claude makes can be logged with user identity, timestamp, query parameters, and documents returned. Logs can support SOC 2, ISO 27001, GDPR, and HIPAA-sensitive reviews of AI agent usage and can be exported to SIEM tools such as Splunk, Datadog, or Elastic.

Q: Can Claude see docs the user shouldn't?

A: No. Docsie's MCP server enforces RBAC at the API layer. When Claude calls docsie.search via MCP, the server runs the query scoped to the authenticated user's permissions. If the user cannot see a doc in Docsie, Claude responses are scoped away from that content. There's no agent-side bypass possible — the permission filter is enforced server-side.

Use Cases & Operations

Q: What kinds of work are best for Claude + Docsie MCP?

A: Best fits: technical Q&A about internal systems, code generation grounded in internal APIs, drafting docs that reference internal policies, summarizing internal procedures, answering compliance questions from real internal SOPs, customer support grounded in real KB articles. Anything where Claude needs real internal context to give a grounded answer, not a generic one.

Q: How does this compare to Claude Projects with file uploads?

A: Claude Projects let you upload specific files for a project context. Docsie MCP gives Claude governed access to your documentation library, with permissions and audit. Claude Projects work well for ad-hoc one-off contexts; Docsie MCP is the right pattern for grounding Claude in living internal docs that you cannot manually upload to every project.

Q: Can we standardize Docsie MCP across our whole Claude install base?

A: Yes. For Claude Desktop, IT teams can push a standard claude_desktop_config.json via MDM (Jamf, Intune, Kandji) so every employee's Claude has the Docsie MCP server pre-configured. For Claude Code, per-repo config in .claude/config.json means every developer working in your codebase gets the same MCP setup.

Ready to ground Claude in your real internal docs?

Book a Demo
Get Started

Connect Claude to Your Documentation Today

Drop one config block into claude_desktop_config.json. Give Claude Desktop and Claude Code audit-logged access to your private internal docs through configured OAuth and RBAC.

Works with Claude Desktop, Claude Code, and Claude API clients. OAuth 2.0 authentication.

Enterprise Security
Privacy Controls
Enterprise SSO