Mida MCP Server
Integrates with Grafana Loki to search and trace logs, find errors, and diagnose queue issues.
Provides read-only tools for session tracing, replica integrity checks, and analytics queries against MongoDB shards.
Allows checking app embed status, script tags, and theme settings via the Shopify Admin API.
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., "@Mida MCP Serverinvestigate why sessions are not recording for shop 123"
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.
mida-doc
MCP server quản lý và tra cứu tài liệu (docs) Mida — cung cấp tool docs_search
và resource mida-doc://* cho AI đọc/tìm nội dung help center Mida.
Package: packages/mida-doc.
Tính năng
Nhóm | Tool/Resource | Mô tả |
| tool | Tìm trong tài liệu Mida (MiniSearch) |
| tool | Health check |
resources |
| Danh sách & nội dung từng trang doc |
Related MCP server: ClipSense MCP Server
Cài đặt
cd packages/mida-doc
npm install
cp .env.example .env # điền JWT_SECRET / FIRECRAWL_API_KEY / MIDA_DOCS_URLCấu hình .env
Biến | Bắt buộc | Mô tả |
| ✓ |
|
| khi http | Secret ≥ 16 ký tự |
| crawl | API key Firecrawl |
| crawl | URL trang docs để crawl |
Chạy
npm start # HTTP mode (remote, cần JWT)
MCP_TRANSPORT=stdio npm start # Stdio mode (local, Claude Desktop / Claude Code)
npm run dev # Dev với hot reloadCrawl tài liệu
npm run crawl:docs # Firecrawl → data/mida-doc/*.md
npm run docs:index # Build MiniSearch index → data/mida-doc/index.jsonCấu hình Claude Desktop / Claude Code
Local (stdio)
Sao chép .mcp.transport.example (nếu có) hoặc tạo .mcp.json trỏ tới
node src/index.js với MCP_TRANSPORT=stdio. Stdio không cần JWT.
Remote (HTTP)
Server chạy HTTP mode expose POST http://<host>:<PORT>/mcp (Streamable HTTP),
bảo vệ bằng JWT Bearer. Health check: GET /healthz (không cần auth).
MCP_TRANSPORT=http npm start
node scripts/gen-token.js claude-desktop 30d # sinh JWT Bearer tokenSao chép .mcp.http.example → .mcp.json, điền url + token vào header
Authorization.
License
ISC
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
- 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/quyensatoru/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server