Skip to main content
Glama

Danger Zone MCP

by koinunopochi
MIT License
0
  • Apple
package.json1.11 kB
{ "name": "@koinunopochi/danger-zone-mcp", "version": "1.2.2", "description": "MCP server for executing dangerous commands with safety checks", "main": "dist/index.js", "type": "module", "bin": { "danger-zone-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "danger-zone", "command-execution", "claude" ], "author": "koinunopochi", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koinunopochi/danger-zone-mcp.git" }, "bugs": { "url": "https://github.com/koinunopochi/danger-zone-mcp/issues" }, "homepage": "https://github.com/koinunopochi/danger-zone-mcp#readme", "files": [ "dist/**/*", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^24.0.13", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "jsonc-parser": "^3.3.1", "zod": "^3.25.76" } }

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/koinunopochi/danger-zone-mcp'

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