Otelify MCP Server
This deployment exposes Model Context Protocol tools that help teams adopt OpenTelemetry for logs, metrics, and traces, then stream telemetry to Edge Delta.
Setup Instructions
Add one of the following configurations to your MCP client settings (e.g., Claude Desktop config):
Option 1: Direct URL (Recommended)
{
"mcpServers": {
"otelify-your-apps": {
"url": "https://otelify.mcp.edgedelta.com/api/mcp"
}
}
}Option 2: Using mcp-remote
{
"mcpServers": {
"otelify-your-apps": {
"command": "npx",
"args": ["mcp-remote", "https://otelify.mcp.edgedelta.com/api/mcp"]
}
}
}Usage
Once configured, open your MCP client (e.g., Claude Desktop) and send the following prompt:
Instrument open telemetry for this service using the otelify MCP server.This will generate:
- A comprehensive OpenTelemetry adoption checklist
- First-step implementation plan tailored to your stack
- Edge Delta export configuration guidance