Skip to main content
Glama
AneeshMishra

log-extractor-mcp-server

by AneeshMishra

log-extractor-mcp-server

MCP server exposing read-only Order Orchestrator diagnostic tools, plus one tool backed by real telemetry: search_order_failure_logs, which queries order-orchestration-simulator-py's live logs on Render via Render's Logs API. The other 6 tools are mock-data-backed (see mcp_server/mock_data.py).

Running locally over stdio

pip install -r requirements.txt
python -m mcp_server.server

Related MCP server: OpenSearch Logs MCP Server

Running over HTTP (cloud deploy)

mcp_server/http_server.py exposes the same server instance over streamable-HTTP transport at /mcp, so a remote client can reach it at https://<deployed-host>/mcp.

cp .env.example .env   # fill in MCP_API_KEY + RENDER_* vars
python -m mcp_server.http_server

Env vars (see .env.example):

  • HOST (default 0.0.0.0), PORT (default 8000, most cloud platforms inject this automatically)

  • MCP_API_KEY — optional; if set, every request must send Authorization: Bearer <key>. Leave blank for local testing, set it before deploying anywhere internet-reachable.

  • RENDER_API_KEY, RENDER_OWNER_ID, RENDER_SERVICE_ID — required for search_order_failure_logs to reach Render's Logs API for order-orchestration-simulator-py. If unset, that tool returns a clean "could not reach the telemetry backend" message; the other 6 tools are unaffected.

Deploying to Render

This repo includes a render.yaml Blueprint. In the Render dashboard: New → Blueprint, point it at this repo, and it will pick up the Docker build automatically. Set MCP_API_KEY, RENDER_API_KEY, RENDER_OWNER_ID, and RENDER_SERVICE_ID as env vars on the service (marked sync: false in the blueprint so Render prompts for them rather than storing them in the file).

Or manually:

docker build -t log-extractor-mcp-server .
docker run -p 8000:8000 -e MCP_API_KEY=<your-key> log-extractor-mcp-server
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables querying Azure Application Insights logs by order number through natural language. Provides secure access to Azure Monitor logs with comprehensive error handling and rate limiting.
    1
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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
  • A
    license
    -
    quality
    B
    maintenance
    Read-only health and storage diagnostics for an enrolled CMDOP machine fleet.
    Apache 2.0
  • F
    license
    -
    quality
    C
    maintenance
    A safe, read-only MCP server that gives Codex structured access to engineering operations evidence, with validated queries, secret redaction, and audit logging. Provides a search_logs tool for filtering logs by service, environment, severity, and time range.

View all related MCP servers

Related MCP Connectors

  • Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.

  • Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only).

  • Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.

View all MCP Connectors

Latest Blog Posts

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/AneeshMishra/log-extractor-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server