AgentDocs
Supports UIby gobinfan
Query latest technical documentation for mainstream agent frameworks including LangChain and LlamaIndex.
What it does
Connects AI models to the latest technical documentation of popular agent frameworks. It uses Google Search (via Serper) to find and extract real-time content from official documentation sites, ensuring the LLM has up-to-date context for development.
Tools
get_docs: Searches a specific library's official documentation for a given query. Supported libraries include LangChain, LlamaIndex, AutoGen, Agno, OpenAI Agents SDK, MCP-Doc, Camel-AI, and CrewAI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"agentdocs": {
"command": "uv",
"args": [
"--directory",
"/path/to/python-mcp-server-client",
"run",
"main.py"
]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, and Cline.
Quick install
uv run main.pyInformation
- Pricing
- free
- Published
- 4/17/2026
- stars






