Get Started
Quickstart - Adding Observability and Analytics to MCPs
Quickstarts
1. Installation
2. Initialize the SDK within your main MCP server file
If you are an enterprise or an individual developer with an API key, you can pass it to the logger. This will enable you to see all input and response data from tools and prompts.
3. Add logging to tool calls.
In Python, you can add it to each individual tool call, or you can use the observee_usage_logger
decorator to log all tool calls.