langsmith-cli

gigaverse-app/langsmith-cli
★ 9 stars Python AI/LLM Updated today
A context-efficient, feature-complete CLI for LangSmith. Packaged as a Claude Code plugin to replace heavy MCP servers with lightweight, on-demand skills.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langsmith-cli": {
      "command": "uvx",
      "args": [
        "langsmith-cli"
      ]
    }
  }
}

Or install with pip: pip install langsmith-cli

README Excerpt

<div align="center"> **The Modern CLI for LangSmith** *Lightning-fast • Context-efficient • Built for humans and AI agents* </div> --- > [!TIP] > **Install as Claude Code Plugin** > > **Step 1:** Install the CLI tool > ```bash > # Quick install (Linux/macOS) > curl -sSL https://raw.githubusercontent.com/langchain-ai/langsmith-cli/main/scripts/install.sh | sh