package.json•2.92 kB
{
"name": "@neondatabase/mcp-server-neon",
"version": "0.6.4",
"description": "MCP server for interacting with Neon Management API and databases",
"license": "MIT",
"author": "Neon, Inc. (https://neon.tech/)",
"homepage": "https://github.com/neondatabase/mcp-server-neon/",
"bugs": "https://github.com/neondatabase/mcp-server-neon/issues",
"type": "module",
"access": "public",
"bin": {
"mcp-server-neon": "./dist/index.js"
},
"files": [
"dist",
"CHANGELOG.md"
],
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc && npm run build:chmod && npm run export-tools && npm run build:landing",
"build:chmod": "node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"build:landing": "cd landing/ && npm run build && cp -r out/* ../public",
"watch": "tsc-watch --onSuccess \"chmod 755 dist/index.js\"",
"inspector": "npx @modelcontextprotocol/inspector dist/index.js",
"format": "prettier --write .",
"lint": "npm run typecheck && eslint src && prettier --check .",
"lint:fix": "npm run typecheck && eslint src --fix && prettier --w .",
"prerelease": "npm run build",
"prepublishOnly": "bun scripts/before-publish.ts",
"test": "npx braintrust eval src/tools-evaluations",
"start": "node dist/index.js start",
"start:sse": "node dist/index.js start:sse",
"export-tools": "node dist/index.js export-tools > landing/tools.json"
},
"dependencies": {
"@keyv/postgres": "2.1.2",
"@modelcontextprotocol/sdk": "1.11.2",
"@neondatabase/api-client": "2.0.0",
"@neondatabase/serverless": "1.0.0",
"@radix-ui/react-accordion": "1.2.11",
"@segment/analytics-node": "2.2.1",
"@sentry/node": "9.19.0",
"@tailwindcss/postcss": "4.1.10",
"axios": "1.11.0",
"body-parser": "2.2.0",
"chalk": "5.3.0",
"class-variance-authority": "0.7.1",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"dotenv": "16.4.7",
"express": "5.0.1",
"keyv": "5.3.2",
"lucide-react": "0.515.0",
"morgan": "1.10.0",
"next": "15.3.3",
"node-fetch": "2.7.0",
"oauth2-server": "3.1.1",
"openid-client": "6.3.4",
"pug": "3.0.3",
"react-syntax-highlighter": "15.6.1",
"tailwind-merge": "3.3.1",
"winston": "3.17.0",
"zod": "3.24.1"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@types/cookie-parser": "1.4.8",
"@types/cors": "2.8.17",
"@types/express": "5.0.1",
"@types/morgan": "1.9.9",
"@types/node": "20.17.9",
"@types/node-fetch": "2.6.12",
"@types/oauth2-server": "3.0.18",
"@types/react": "19.1.8",
"autoevals": "0.0.111",
"braintrust": "0.0.177",
"bun": "1.1.40",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.2",
"prettier": "3.4.1",
"tsc-watch": "6.2.1",
"typescript": "5.7.2",
"typescript-eslint": "v8.25.0"
},
"engines": {
"node": ">=22.0.0"
}
}