New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@neondatabase/mcp-server-neon

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neondatabase/mcp-server-neon - npm Package Compare versions

Comparing version 0.1.2-beta.0 to 0.1.2-beta.1

7

dist/initConfig.js

@@ -27,5 +27,10 @@ import path from 'node:path';

export async function handleInit({ executablePath, neonApiKey, }) {
// If the executable path is a local path to the dist/index.js file, use it directly
// Otherwise, use the name of the package to always load the latest version from remote
const serverPath = executablePath.includes('dist/index.js')
? executablePath
: packageJson.name;
const neonConfig = {
command: 'npx',
args: ['-y', executablePath, 'start', neonApiKey],
args: ['-y', serverPath, 'start', neonApiKey],
};

@@ -32,0 +37,0 @@ const configDir = path.dirname(claudeConfigPath);

2

package.json
{
"name": "@neondatabase/mcp-server-neon",
"version": "0.1.2-beta.0",
"version": "0.1.2-beta.1",
"description": "MCP server for interacting with Neon Management API and databases",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc