Skip to main content

Overview

LangChain can connect to Observee’s MCP (Model Context Protocol) server using the langchain-mcp-adapters package. This enables your LangChain applications to access Observee’s tool ecosystem through the familiar LangChain interface.

Prerequisites

Before getting started, ensure you have:
  • Python 3.10 or later installed
  • Required packages installed:
  • Your Observee client ID for identifying your customer
  • Your Observee API key for authentication
  • OpenAI API key or other LLM provider credentials

Example: Creating a React Agent with Observee Tools

This example shows how to create a simple React agent that can use tools from your Observee MCP server:

Learn More