Otelify MCP Server
Click on "Install 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: OpenSearch Logs MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edgedelta/otelify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server