package.json•1.92 kB
{
"name": "sentryfrogg-mcp",
"version": "4.2.0",
"description": "Enterprise MCP server for PostgreSQL, SSH and HTTP operations under the SentryFrogg brand",
"main": "sentryfrogg_server.cjs",
"type": "commonjs",
"scripts": {
"start": "node sentryfrogg_server.cjs",
"dev": "node sentryfrogg_server.cjs",
"check": "node --check sentryfrogg_server.cjs"
},
"keywords": [
"mcp",
"model-context-protocol",
"postgresql",
"postgres",
"database",
"sql",
"api",
"rest-api",
"ssh",
"cursor",
"claude",
"ai",
"artificial-intelligence",
"database-management",
"server-management",
"migration",
"schema",
"analytics",
"security",
"validation"
],
"author": {
"name": "MCP Developer",
"email": "developer@mcp-servers.com"
},
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"pg": "^8.11.3",
"ssh2": "^1.15.0",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/sentryfrogg-mcp.git"
},
"bugs": {
"url": "https://github.com/your-username/sentryfrogg-mcp/issues"
},
"homepage": "https://github.com/your-username/sentryfrogg-mcp#readme",
"files": [
"sentryfrogg_server.cjs",
"src/",
"package.json",
"README.md",
"README_RU.md",
"CHANGELOG.md",
"LICENSE",
"mcp_config.md"
],
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/your-username"
},
"config": {
"mcp_version": "1.0",
"supported_protocols": [
"mcp",
"postgresql",
"ssh",
"http"
]
}
}