Use case
Make your technical docs queryable through MCP
KBrain turns your developer documentation and dev portals into a live, queryable brain - so ChatGPT, Claude, and AI agents always answer from the right version of your docs.
Bring your documentation into ChatGPT and Claude in minutes
Create a docs brainAI assistants are becoming the first stop for developer questions. The problem is that ChatGPT and Claude were trained on old versions of your documentation - if they were trained on it at all. Developers get confidently wrong answers, file bugs that are not bugs, and waste hours on deprecated patterns. KBrain fixes this by pulling your documentation directly from the source and exposing it as a live, queryable brain through MCP.
The problem: AI assistants answer from stale training data
How KBrain fixes it
KBrain connects to your documentation source - your dev portal, your docs site, your versioned reference pages - and indexes it into a brain. The brain is exposed through MCP. When a developer asks ChatGPT or Claude a question about your API, the assistant queries the brain and returns an answer grounded in your current, live documentation.
Set it up in three steps
Example developer queries
- "How do I authenticate with the v3 API? Show me an example request."
- "What changed between v2 and v3 of the webhooks endpoint?"
- "I am getting a 403 on the /orders endpoint. What permissions does this route require?"
- "What is the rate limit for the search endpoint and how do I handle 429 responses?"
- "Which SDK methods were deprecated in the latest release and what replaces them?"
Best-fit documentation types
- API reference documentation: endpoint definitions, parameters, request and response formats
- SDK and library guides: method signatures, usage examples, migration guides between versions
- Authentication and security docs: OAuth flows, API key management, permission scopes
- Changelog and release notes: what changed, what was deprecated, what replaces it
- Troubleshooting guides: error codes, common failure patterns, resolution steps
- Internal tooling docs: platform-specific patterns your developers use every day
You can publish the MCP endpoint directly in your README or developer portal. Any developer who sets it up once gets accurate, live documentation answers in every AI session - without any additional setup from your team.
Bring your documentation into ChatGPT and Claude in minutes
Create a brain, link your documentation source, and expose it through MCP. Developers get accurate, version-matched answers from the first query.
Create a docs brainFrequently asked questions
Does KBrain stay in sync when we update our documentation?
Yes. KBrain re-indexes your documentation source on a regular sync schedule. When you update a page, add an endpoint, or release a new version, the brain reflects the change on the next sync cycle - without any manual action from your team.
Can we maintain separate brains for different API versions?
Yes. You can create one brain per version - a v2 brain and a v3 brain, for example - each linked to the relevant documentation source. Developers or AI agents connect to the version they need.
Do developers need a KBrain account to query the brain?
No. Developers connect to the MCP endpoint you publish. If the brain is public, they can query it through their AI assistant without a KBrain account. You control whether the brain is public or restricted.
What documentation formats does KBrain support?
KBrain supports web URLs (docs sites, dev portals), PDFs, plain text files, Google Drive folders, and uploaded documents. If your documentation lives on the web or in a file, KBrain can index it.
Can internal documentation be kept private?
Yes. Private brains are accessible only to users or agents you have explicitly shared them with. You can maintain a public brain for your open API reference and a private brain for internal platform documentation.