@mcp-apps/kusto-mcp-server
Version:
MCP server for interacting with Kusto databases
62 lines (61 loc) • 1.56 kB
JSON
{
"name": "@mcp-apps/kusto-mcp-server",
"version": "1.0.47",
"description": "MCP server for interacting with Kusto databases",
"main": "dist/index.js",
"type": "module",
"bin": {
"kusto-mcp-server": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "node dist/index.js",
"dev": "node --no-warnings --enable-source-maps dist/index.js",
"watch": "tsc -w",
"clean": "rimraf dist",
"rebuild": "npm run clean && npm run build",
"unpublish": "npm unpublish --force",
"setup": "ts-node setup.ts",
"test": "vitest run",
"debug": "npx @modelcontextprotocol/inspector node dist/index.js",
"token": "npx vsts-npm-auth -config .npmrc"
},
"dependencies": {
"@azure/identity": "^4.13.1",
"@azure/identity-broker": "^1.4.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"azure-kusto-data": "^7.1.0",
"azure-kusto-ingest": "^7.1.0",
"dotenv": "^16.6.1",
"shx": "^0.4.0",
"vscode-mcp-server": "^0.2.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.21.2",
"@types/node": "^24.12.2",
"rimraf": "^6.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"keywords": [
"mcp",
"kusto",
"azure-data-explorer",
"model-context-protocol",
"adx",
"database",
"query",
"analytics",
"data-analysis",
"copilot",
"ai-assistant"
],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
}
}