Skip to main content
Glama

VPS Initialize

by oxy-Op
package.json1.57 kB
{ "name": "mcp-vps-initialize", "version": "1.0.0", "description": "MCP server for VPS initialization and management", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "cli": "tsx src/cli.ts", "cli:build": "node dist/cli.js", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "clean": "rm -rf dist", "prepare": "npm run build" }, "bin": { "mcp-vps-init": "dist/cli.js" }, "keywords": [ "mcp", "vps", "server-management", "ssh", "automation" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "node-ssh": "^13.2.0", "winston": "^3.11.0", "zod": "^3.22.4", "commander": "^11.1.0", "inquirer": "^9.2.12", "chalk": "^5.3.0" }, "devDependencies": { "@types/node": "^20.10.0", "@types/inquirer": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "prettier": "^3.1.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.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/oxy-Op/DevPilot'

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