How to Use the LangSmith (LLM Observability & Hub) MCP in Windsurf
Debug live AI chains directly in Windsurf with prompt-level traces and dataset tracking.
Works with every AI agent you already use
…and any MCP-compatible client
Connect LangSmith (LLM Observability & Hub) MCP to Windsurf
Create your Vinkius account to connect LangSmith (LLM Observability & Hub) to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Trace live runs inside Windsurf
The `list_runs` tool isolates the raw interactions containing prompts sent to and responses received from the AI models. Let's face it: tracing LLM calls is usually a pain. When Cascade runs into a prompt failure, it uses this MCP Server to pull the exact inputs and outputs of your execution tree. No more digging through browser tabs to find where your chain broke. Once the agent gets the run list, it calls `get_run` to extract the precise telemetry for that single LLM invocation run. Cascade reads this data, spots the hallucination or the bad system prompt, and fixes your code on the fly. You see the fix before you even realize the API returned garbage.
Manage prompt templates via Windsurf MCP Server
The `list_prompts` tool extracts prompt templates hosted in the LangChain Hub directly into your workspace. Instead of copying and pasting templates from a browser UI, Cascade pulls them straight into your active context. It lets you inspect versioned prompts and swap variables without leaving your editor. After grabbing the template, Cascade checks your active tracing environments using `list_projects` to map out the boundaries of distinct AI pipelines currently monitored by LangSmith. This keeps your local development prompts perfectly aligned with the target project environment. You write cleaner code because your agent knows exactly which version of the prompt is live.
Audit evaluation datasets and human queues
The `list_datasets` tool lists all evaluation and fine-tuning datasets mapped in LangSmith to verify your test suites. When you want to run regression tests, Cascade checks these datasets to see what test cases are available. It gives your agent the exact data it needs to run evaluations against your local code changes. To keep humans in the loop, the agent uses `list_annotation_queues` to inspect active human-in-the-loop annotation queues. This lets Cascade find which outputs need manual review and flag them for your team. You get a direct line from production data to your local testing environment.
Set up LangSmith (LLM Observability & Hub) MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the LangSmith (LLM Observability & Hub) MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my LangSmith (LLM Observability & Hub) payment history." If connected, Cascade will call the LangSmith (LLM Observability & Hub) tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"langsmith-llm-observability-hub-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by LangSmith. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about LangSmith (LLM Observability & Hub) MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the LangSmith (LLM Observability & Hub) MCP today
We host it, we monitor it, we maintain it. You just paste one token.