deploy-mcp-docs-agent
A documentation research agent deployed with deepagents deploy. It answers developer questions about LangChain, LangGraph, and Deep Agents by searching the live docs via MCP before relying on general knowledge.
Prerequisites
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY | Claude model access |
LANGSMITH_API_KEY | Required for deploy |
Deploy
bash
deepagents deployMCP servers are now workspace-level resources. Register the LangChain docs server once, then reference it in tools.json:
bash
deepagents mcp-servers add --url https://docs.langchain.com/mcp --name docs-langchainWhat to try
Once deployed, open the agent in LangSmith and ask it questions like:
"How do I configure memory in Deep Agents?""What's the difference between sync and async subagents?""Show me how to add an MCP server to deepagents.toml""What models are supported for deploy?"
The agent always searches the docs first and cites the page it found the answer on.
Query via SDK
python
from langgraph_sdk import get_client