mcp-servicenow
Version:
ServiceNow MCP server for Claude AI integration
44 lines (43 loc) • 915 B
JSON
{
"name": "mcp-servicenow",
"version": "1.0.0",
"description": "ServiceNow MCP server for Claude AI integration",
"main": "dist/index.js",
"bin": {
"mcp-servicenow": "dist/bin.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"servicenow",
"claude",
"incident",
"email",
"automation"
],
"author": "Gajendra Singh",
"license": "MIT",
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"axios": "^1.10.0",
"dotenv": "^17.2.0",
"vscode-jsonrpc": "^8.2.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.8.3"
}
}