Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"langsmith": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-langsmith"
],
"env": {
"LANGCHAIN_API_KEY": "${LANGCHAIN_API_KEY}",
"LANGCHAIN_PROJECT": "${LANGCHAIN_PROJECT:-default}",
"LANGCHAIN_TRACING_V2": "true"
}
}
}
}Replace placeholder values for: LANGCHAIN_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
LANGCHAIN_API_KEY=${LANGCHAIN_API_KEY}LANGCHAIN_PROJECT=${LANGCHAIN_PROJECT:-default}LANGCHAIN_TRACING_V2=trueSensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub latestaiagents/agent-skills --plugin agent-plugin