Skip to main content
Glama

Azure Logs MCP

by rlaput
package.json1.74 kB
{ "name": "azure-logs-mcp", "version": "1.0.0", "main": "dist/index.js", "scripts": { "build": "tsc", "format": "npx prettier . --write", "dev": "tsx src/index.ts", "dev:sse": "tsx src/sse-server.ts", "dev:inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "start": "node dist/index.js", "start:sse": "node dist/sse-server.js", "clean": "rimraf dist", "type-check": "tsc --noEmit", "lint": "eslint src --ext .ts --fix", "test": "echo \"Error: no test specified\" && exit 1", "container:build": "podman build -f Containerfile -t azure-logs-mcp .", "container:run": "podman run --env-file .env -p 3000:3000 azure-logs-mcp", "docker:build": "docker build -f Containerfile -t azure-logs-mcp .", "docker:run": "docker run --env-file .env -p 3000:3000 azure-logs-mcp", "podman:build": "podman build -f Containerfile -t azure-logs-mcp .", "podman:run": "podman run --env-file .env -p 3000:3000 azure-logs-mcp" }, "keywords": [ "mcp", "azure", "logs", "application-insights" ], "author": "", "license": "ISC", "description": "MCP Server for Azure Application Insights logs", "dependencies": { "@azure/identity": "^4.11.1", "@azure/monitor-query-logs": "^1.0.0", "@modelcontextprotocol/sdk": "^1.17.2", "cors": "^2.8.5", "dotenv": "^17.2.1", "express": "^4.18.2", "zod": "^3.25.76" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "rimraf": "^5.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }

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/rlaput/azure-logs-mcp'

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