Skip to main content
Glama

Model Context Protocol (MCP) Server

by infinyte
package.json2.13 kB
{ "name": "testmcp", "version": "1.0.0", "main": "src/server.js", "scripts": { "start": "node src/server.js", "dev": "nodemon src/server.js", "setup": "node src/setup.js", "quick-start": "SKIP_ENV_CHECK=true node src/server.js", "setup-mongodb": "node src/scripts/setup-mongodb.js", "test-mongodb": "node src/scripts/test-mongodb.js", "migrate-mongodb": "node src/scripts/migrate-to-mongodb.js", "backup-mongodb": "node src/scripts/backup-mongodb.js", "pm2:start": "pm2 start ecosystem.config.js", "pm2:start:prod": "pm2 start ecosystem.config.js --env production", "pm2:stop": "pm2 stop ecosystem.config.js", "pm2:restart": "pm2 restart ecosystem.config.js", "pm2:delete": "pm2 delete ecosystem.config.js", "pm2:logs": "pm2 logs", "pm2:monit": "pm2 monit", "test": "node tests/run-all-tests.js", "test:api": "node tests/api/index.js", "test:security": "node tests/security/index.js", "test:integration": "node tests/integration/index.js", "test:unit": "node tests/unit/index.js", "test:tools-discovery": "node tests/api/test-tools-available.js && node tests/unit/test-tools-available-module.js && node tests/integration/test-tools-discovery-usage.js && node tests/unit/test-tools-discovery-advanced-filters.js && node tests/integration/test-tools-discovery-advanced-filters.js" }, "keywords": [ "mcp", "ai", "llm", "api", "mongodb" ], "author": "", "license": "ISC", "description": "A server implementation for the Model Context Protocol with MongoDB support", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.12.6", "@anthropic-ai/sdk": "^0.40.1", "axios": "^1.9.0", "cheerio": "^1.0.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "dotenv-expand": "^12.0.2", "express": "^5.1.0", "express-async-handler": "^1.2.0", "form-data": "^4.0.2", "js-yaml": "^4.1.0", "mongoose": "^8.14.1", "node-fetch": "^3.3.2", "openai": "^4.97.0", "pm2": "^6.0.5", "sharp": "^0.34.1" }, "devDependencies": { "jest": "^29.7.0", "nodemon": "^3.1.10" } }

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/infinyte/mcp-server'

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