LangSmith
Freemiumby AI Labs
LLM observability, tracing, and evaluation platform.
v1.0.0Added Feb 22, 2025
langsmithobservabilityllm
LangSmith MCP Server
LLM observability, tracing, and evaluation platform.
Features
- Tracing
- Evaluations
- Datasets
- Monitoring
- Prompt hub
Installation
{
"mcpServers": {
"langsmith": {
"command": "npx",
"args": ["-y", "mcp-langsmith"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-langsmith
Add to claude_desktop_config.json
{
"mcpServers": {
"langsmith": {
"command": "npx",
"args": ["-y", "mcp-langsmith"]
}
}
}