MCP Support
Create, manage, and connect MCP servers easily to integrate dynamic tools and enhance your AI workflows with full tracing.
Last updated
Was this helpful?
Create, manage, and connect MCP servers easily to integrate dynamic tools and enhance your AI workflows with full tracing.
Last updated
Was this helpful?
LangDB simplifies how you work with MCP (Model Context Protocol) servers — whether you want to use a built-in or connect to an external MCP server.
Model Context Protocol (MCP) is an open standard that enables AI models to seamlessly communicate with external systems. It allows models to dynamically process contextual data, ensuring efficient, adaptive, and scalable interactions. MCP simplifies request orchestration across distributed AI systems, enhancing interoperability and context-awareness.
With native tool integrations, MCP connects AI models to APIs, databases, local files, automation tools, and remote services through a standardized protocol. Developers can effortlessly integrate MCP with IDEs, business workflows, and cloud platforms, while retaining the flexibility to switch between LLM providers. This enables the creation of intelligent, multi-modal workflows where AI securely interacts with real-world data and tools.
Here's an example of how you can use a Virtual MCP Server in your project:
You can instantly connect LangDB’s Virtual MCP servers to editors like Cursor, Claude, or Windsurf.
Run this in your terminal to set up MCP in Cursor:
You can now call tools directly in your editor, with full tracing on LangDB.
If you already have an MCP server hosted externally — like Smithery’s Exa MCP — you can plug it straight into LangDB with zero extra setup.
Just pass your external MCP server URL in extra_body
when you make a chat completion request. For example Smithery:
For more details, visit the and explore .
LangDB allows you to create directly from the dashboard. You can instantly select and bundle tools like database queries, search APIs, or automation tasks into a single MCP URL — no external setup needed.
Checkout and section for usecases.
For a complete example of how to use external MCP, refer to the .