Skip to main content

Prerequisites

  • MCP Toolbox installed
  • A tools.yaml configuration file for your toolbox setup

Installation

First, check the current version:
./toolbox version
Choose your preferred installation method:
  • Binary
  • Docker
  • Homebrew
export VERSION=0.14.0  # or your preferred version
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
chmod +x toolbox

Enable Telemetry

Run your MCP Toolbox with telemetry enabled and point it to Agnost AI:
./toolbox \
  --tools-file "tools.yaml" \
  --telemetry-otlp="https://api.agnost.ai/v1/otel/YOUR_ORG_ID" \
  --telemetry-service-name="my-toolbox-app"
Replace YOUR_ORG_ID with your organization ID from your Agnost AI dashboard.

Docker Usage

If using Docker:
docker run \
  -v $(pwd)/tools.yaml:/app/tools.yaml \
  us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION \
  --tools-file "/app/tools.yaml" \
  --telemetry-otlp="https://api.agnost.ai/v1/otel/YOUR_ORG_ID" \
  --telemetry-service-name="my-toolbox-app"

That’s It!

Your MCP Toolbox is now sending telemetry data to Agnost AI. Visit your Agnost AI dashboard to:
  • Monitor tool invocations in real-time
  • Track performance metrics and response times
  • Analyze usage patterns and optimization opportunities
  • Set up alerts for performance issues

Need Help?

MCP Toolbox Support Resources

I