Skip to main content
Glama

Socket MCP Server

by SocketDev
package.json2.2 kB
{ "name": "@socketsecurity/mcp", "version": "0.0.12", "type": "module", "main": "./index.js", "bin": { "socket-mcp": "./index.js" }, "engines": { "node": ">=22.0.0", "npm": ">= 10" }, "scripts": { "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "run-s test:*", "test:lint": "eslint .", "test:tsc": "tsc", "test:node-test": "c8 node --experimental-strip-types --test --test-reporter spec", "build": "npm run clean && run-s build:*", "build:types": "tsc -p tsconfig.declaration.json", "build:permissions": "chmod +x ./index.js && (chmod +x ./mock-client/*.js 2>/dev/null || true)", "build-mcpb": "run-s build build-mcpb:*", "build-mcpb:versions_match": "node --experimental-strip-types scripts/check-versions.ts", "build-mcpb:validate": "npx mcpb validate ./", "build-mcpb:mcpb-pack": "npx mcpb pack ./", "clean": "./scripts/clean.sh", "debug-stdio": "node --experimental-strip-types ./mock-client/debug-client.ts", "debug-sdk": "node --experimental-strip-types ./mock-client/stdio-client.ts", "debug-http": "node --experimental-strip-types ./mock-client/http-client.ts", "server-stdio": "SOCKET_API_KEY=${SOCKET_API_KEY} node --experimental-strip-types ./index.ts", "server-http": "MCP_HTTP_MODE=true SOCKET_API_KEY=${SOCKET_API_KEY} node --experimental-strip-types ./index.ts" }, "keywords": [], "files": [ "index.js", "index.d.ts", "index.d.ts.map", "mock-client/**/*.js", "mock-client/**/*.d.ts*" ], "author": "Alexandros Kapravelos", "description": "Socket MCP server for scanning dependencies", "repository": { "type": "git", "url": "https://github.com/SocketDev/socket-mcp" }, "dependencies": { "@anthropic-ai/mcpb": "^1.1.0", "@modelcontextprotocol/sdk": "^1.18.0", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "semver": "^7.7.2", "zod": "^3.24.4" }, "devDependencies": { "@types/node": "^24.0.7", "@types/semver": "^7.7.0", "@types/triple-beam": "^1.3.5", "c8": "^10.0.0", "neostandard": "^0.12.0", "npm-run-all2": "^8.0.1", "typescript": "~5.9.2" } }

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/SocketDev/socket-mcp'

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