devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Add MCP server support for using up to date docs with LLMs

Open kikwho opened this issue 11 months ago • 5 comments

Feature request

Solve the problem of having outdated dev docs when using LLM's, by enabling an MCP server for devdocs .

https://github.com/modelcontextprotocol/servers

Summary

Solve the problem of having outdated dev docs when using LLM's, by enabling an MCP server for devdocs. Use something like cognee.a for Hybrid RAG w Knowledge graphs approach.

More about Model Context Protocol:

https://github.com/modelcontextprotocol/servers

Examples

Image u are using the latest version of LlamaIndex, or any other new/recently updated dev docs, the LLM is at least 1 year behind latest developments.

Pls fix this

kikwho avatar Jan 31 '25 21:01 kikwho

This doesn't seem to be related to DevDocs.

ojeytonwilliams avatar Feb 02 '25 17:02 ojeytonwilliams

This would be amazing. It would use DevDocs to feed data directly into any LLM that uses an MCP server. I may try to build this. 🤔

TheSethRose avatar Feb 13 '25 04:02 TheSethRose

This would be amazing. It would use DevDocs to feed data directly into any LLM that uses an MCP server. I may try to build this. 🤔

@TheSethRose i will be happy to collab with you on this idea, i was thinking on the same line regarding how it will look like using devdocs + mcp servers. lets build this 🚀🚀

raiden076 avatar Apr 08 '25 08:04 raiden076

agreed it would be an amazing feature, lets build it

Benexl avatar Apr 20 '25 08:04 Benexl

I think this would be great, especially when having the docs downloaded. This would enable people to code with a local setup. However, I tried to reverse engineer the search functionality and wasn't too successful, since it is handled client-side and not via requests to the backend. If someone finds something useful please let me know.

justuskilianwolff avatar Jul 05 '25 20:07 justuskilianwolff