Skip to main content
Glama

SkyeNet-MCP-ACE

by ClearSkye
package.json•1.7 kB
{ "name": "skyenet-mcp-ace", "version": "1.4.0", "description": "MCP Server for ServiceNow Background Script execution with sandbox code execution capabilities", "main": "build/index.js", "bin": { "skyenet-mcp-ace": "build/index.js" }, "type": "module", "scripts": { "clean": "rm -rf build coverage", "prebuild": "npm run clean", "build": "tsc && node add-shebang.js", "start": "node build/index.js", "dev": "tsc && node build/index.js", "test": "jest --testPathPattern=server.test.ts", "test:integration": "jest --testPathPattern=integration.test.ts", "test:scope": "jest --testPathPattern=scopeInvestigation.test.ts", "test:all": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:rest-api": "node test-scripted-rest-api.js" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.0", "cheerio": "^1.0.0-rc.12", "node-fetch": "^2.7.0", "tough-cookie": "^6.0.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^22.0.0", "@types/node-fetch": "^2.6.13", "jest": "^29.7.0", "ts-jest": "^29.2.4", "typescript": "^5.0.0" }, "keywords": [ "mcp", "server", "servicenow", "background-script", "code-execution", "model-context-protocol", "sandbox", "integration" ], "author": "SkyeNet", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/skyenet/skyenet-mcp-ace.git" }, "bugs": { "url": "https://github.com/skyenet/skyenet-mcp-ace/issues" }, "homepage": "https://github.com/skyenet/skyenet-mcp-ace#readme" }

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/ClearSkye/SkyeNet-MCP-ACE'

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