Otelify MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Otelify MCP ServerCreate the instrumentation checklist for my Python Flask app."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Otelify MCP Server
An MCP server that guides you through instrumenting an application with OpenTelemetry ("Otelify your apps") and streaming logs, metrics, and traces to Edge Delta.
Quick Start
Configure your MCP client
Add the server to your
.cursor/mcp.json(replace the URL if you run locally):{ "mcpServers": { "otelify-your-apps": { "url": "https://<your-deployment>/api/mcp" } } }or
{ "mcpServers": { "otelify-your-apps": { "command": "npx", "args": ["mcp-remote", "https://<your-deployment>/api/mcp"] } } }Kick off the workflow
Open your editor's MCP command palette and run a prompt like:
Otelify this service using the otelify-your-apps MCP server. Start by creating the checklist.The default workflow:
Downloads
OTELIFY_CHECKLIST.mdGenerates a first-step instrumentation plan tailored to your stack
Provides the final Edge Delta endpoint configuration
Related MCP server: K8s Observability MCP
Available Tools
Tool | Purpose |
| Downloads |
| Produces a targeted plan for the first phase of instrumentation (Phase 2). Accepts optional metadata like service name, language, framework, and data stores. |
| Returns the instructions required to stream OTLP data to Edge Delta (endpoints, env vars, validation). |
Local Development
bun install
bun run devThen point your MCP client at http://localhost:3000/api/mcp.
Deployment Notes
The checklist and supporting guides are served from API routes so you can host one deployment and keep the content in source control.
Set
VERCEL_PROJECT_PRODUCTION_URL(or equivalent) when deploying so download instructions reference the correct domain.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
LLM Orchestration Agent (Opentelemetry Instrumentation Fastapi)
LLM Orchestration Agent (Opentelemetry Api)
- SuperlogOAuthsh.superlog
Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.
Monitor, troubleshoot, and optimize your technology stack with Intelligent Observability.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables querying OpenTelemetry logs stored in OpenSearch across development and production environments. Provides tools for searching logs by various criteria including free-text Lucene queries, trace IDs, service names, error levels, and specific fields.8-
- FlicenseNot gradedqualityDmaintenanceEnables exploration of Kubernetes metrics, logs, traces, and service graph data via simple tools.1-
- AlicenseAqualityDmaintenanceBridges AI coding assistants with the OpenTelemetry ecosystem, providing real-time access to repositories, documentation, examples, semantic conventions, and instrumentation scoring for high-quality observability.919Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables natural language querying and analysis of OpenTelemetry traces, metrics, and logs stored in Elasticsearch/OpenSearch, allowing AI assistants to investigate performance issues, find root causes, and explore system behavior.12 npm14MIT