Redis MCP Server

{ "name": "npm-search-mcp-server", "version": "0.1.1", "description": "MCP server for searching npm", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "repository": "https://github.com/btwiuse/npm-search-mcp-server", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "npm-search-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1" }, "devDependencies": { "@types/node": "^22.10.5", "shx": "^0.3.4", "typescript": "^5.6.2" } }