LLM application framework. Build chains, agents, and RAG systems with any model.
npx -y @langchain/mcp-server-langchain
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"langchain": {
"command": "npx",
"args": ["-y", "@langchain/mcp-server-langchain"]
}
}
}
```
run_inferencelist_modelsget_predictionstrain_modelevaluate_performanceLLM application framework. Build chains, agents, and RAG systems with any model.
Language: Python
Category: AI & ML