Back to Apps

AgentDocs
Supports UIby gobinfan
Query latest technical documentation for mainstream agent frameworks including LangChain and LlamaIndex.
0 stars
Works in:Cursor
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: {"mcpServers": {"agentdocs": {"command": "uv", "args": ["--directory", "/path/to/python-mcp-server-client", "run", "main.py"]}}}Claude Desktop
{"mcpServers": {"agentdocs": {"command": "uv", "args": ["--directory", "/path/to/python-mcp-server-client", "run", "main.py"]}}}





