Skip to main content
Glama
package.json1.05 kB
{ "name": "record-mcp", "version": "0.1.0", "description": "MCP server for dynamic review records with user-defined schemas", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "tsx tests/storage.test.ts && tsx tests/tools.test.ts", "watch": "tsc --watch", "lint": "biome lint .", "format": "biome format --write .", "format:check": "biome format .", "check": "biome check .", "check:fix": "biome check --write .", "ci": "npm run format:check && npm run lint && npm run build && npm test" }, "keywords": [ "mcp", "review", "dynamic-schema", "cloudflare-r2" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@aws-sdk/client-s3": "^3.685.0", "@biomejs/biome": "^2.3.5", "@types/node": "^20.10.5", "tsx": "^4.7.0", "typescript": "^5.3.3" } }

Latest Blog Posts

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/sanggggg/record-mcp'

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