[PR #2672] [MERGED] feat: langsmith mcp server #2652

Closed
opened 2026-02-17 17:23:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2672
Author: @itsperini
Created: 2/16/2026
Status: Merged
Merged: 2/23/2026
Merged by: @itsperini

Base: mainHead: marco/feat-add-ls-mcp-server


📝 Commits (4)

  • e5e5c8d feat: langsmith mcp server
  • 01fb306 Update src/langsmith/langsmith-mcp-server.mdx
  • 0e59918 Update src/langsmith/langsmith-mcp-server.mdx
  • 9147135 docs: improved community port section

📊 Changes

2 files changed (+242 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
src/langsmith/langsmith-mcp-server.mdx (+241 -0)

📄 Description

Overview

New page: LangSmith MCP Server under Viewing & managing traces, describing the official MCP server for LangSmith (hosted, local, and Docker).

Content: Example use cases, quickstart (hosted URL + Cursor config), available tools (conversation, prompts, traces, datasets, experiments, billing), installation (PyPI/uvx and from source), environment variables, Docker deployment, and a deployment overview with a Mermaid diagram (MCP client → hosted/local/Docker → LangSmith Cloud or self-hosted).

Related: Tip linking to MCP (Model Context Protocol) for using remote MCP servers in Python and to Remote MCP servers for Agent Builder. Section for the TypeScript implementation (community) by amitrechavia.

Type of change

Type: New documentation page

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2672 **Author:** [@itsperini](https://github.com/itsperini) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@itsperini](https://github.com/itsperini) **Base:** `main` ← **Head:** `marco/feat-add-ls-mcp-server` --- ### 📝 Commits (4) - [`e5e5c8d`](https://github.com/langchain-ai/docs/commit/e5e5c8d023147e154960c5e2610b890269f9f69a) feat: langsmith mcp server - [`01fb306`](https://github.com/langchain-ai/docs/commit/01fb306606f7e97c3cf6dda959c979aade6a7265) Update src/langsmith/langsmith-mcp-server.mdx - [`0e59918`](https://github.com/langchain-ai/docs/commit/0e599184e0997b0e387024b78e6104a7314ca06d) Update src/langsmith/langsmith-mcp-server.mdx - [`9147135`](https://github.com/langchain-ai/docs/commit/91471354aafa3900d2fc05e3c77647b73d34331e) docs: improved community port section ### 📊 Changes **2 files changed** (+242 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/langsmith/langsmith-mcp-server.mdx` (+241 -0) </details> ### 📄 Description ## Overview New page: LangSmith MCP Server under Viewing & managing traces, describing the official MCP server for LangSmith (hosted, local, and Docker). Content: Example use cases, quickstart (hosted URL + Cursor config), available tools (conversation, prompts, traces, datasets, experiments, billing), installation (PyPI/uvx and from source), environment variables, Docker deployment, and a deployment overview with a Mermaid diagram (MCP client → hosted/local/Docker → LangSmith Cloud or self-hosted). Related: Tip linking to MCP (Model Context Protocol) for using remote MCP servers in Python and to Remote MCP servers for Agent Builder. Section for the TypeScript implementation (community) by amitrechavia. ## Type of change **Type:** New documentation page ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:38 -05:00
yindo changed title from [PR #2672] feat: langsmith mcp server to [PR #2672] [MERGED] feat: langsmith mcp server 2026-06-05 18:19:50 -04:00
yindo closed this issue 2026-06-05 18:19:51 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2652