docus icon indicating copy to clipboard operation
docus copied to clipboard

[AI] Add Agent like Mintlify

Open taowang1993 opened this issue 5 months ago • 1 comments

Image

Users can ask questions about the Docs.

A Context7 MCP server can be integrated into the Agent so that it can access the docs hosted on Github.

I don't see other Docs solutions are building this feature.

It would be great to see Nuxtlab docus has this.

taowang1993 avatar Jul 17 '25 21:07 taowang1993

I'm not sure the official docs provide enough context for this. If you mean using this for any docs site generated with Docus then it would need to be host-agnostic (people host code on places that aren't Github you know).

Ast3risk-ops avatar Nov 05 '25 20:11 Ast3risk-ops

@taowang1993 You can take a look at this Docus project, where I've combined an MCP server and connected an agent on top!

Demo: https://mcp-toolkit.nuxt.dev/getting-started/introduction

Repo: https://github.com/nuxt-modules/mcp-toolkit

Relate PR: https://github.com/nuxt-content/docus/pull/1203

HugoRCD avatar Dec 01 '25 11:12 HugoRCD