PiAPI-MCP Server

{ "name": "mongo-mcp", "version": "0.2.0", "author": { "name": "Alex Andru", "email": "alex007d@gmail.com" }, "description": "MCP server for interacting with MongoDB databases", "license": "MIT", "type": "module", "bin": { "mongodb-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "seed": "tsx src/seed.ts" }, "keywords": [ "mcp", "claude", "mongodb", "anthropic", "ai", "database" ], "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "mongodb": "^6.3.0" }, "devDependencies": { "@types/node": "^20.10.5", "shx": "^0.3.4", "tsx": "^4.19.2", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/QuantGeekDev/mongo-mcp.git" }, "bugs": { "url": "https://github.com/QuantGeekDev/mongo-mcp/issues" } }