Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt
package.json1.2 kB
{ "name": "mcp-json-database-server", "version": "1.0.0", "description": "MCP Server with JSON database and JWT authentication", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "server": "node src/http-server.js", "simple-server": "node src/simple-server.js", "simple-http-mcp": "node src/simple-http-mcp.js", "ultra-simple-http-mcp": "node src/ultra-simple-http-mcp.js", "http-mcp": "node src/http-mcp-server.js", "bridge": "node src/mcp-bridge.js", "setup-client": "node setup-client.js", "dev": "node --watch src/index.js", "dev-server": "node --watch src/http-server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "server", "json", "database", "jwt", "authentication" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^17.2.1", "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "node-fetch": "^3.3.2", "uuid": "^9.0.1", "ws": "^8.18.3" }, "devDependencies": { "@types/node": "^20.0.0" } }

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/yusuferenkt/mcp-database'

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