Add MCP server support for using up to date docs with LLMs
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
This doesn't seem to be related to DevDocs.
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. 🤔
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 🚀🚀
agreed it would be an amazing feature, lets build it
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.