Skip to main content
Glama

JSON Query MCP

by mgraczyk
package.json1.23 kB
{ "name": "json-query-mcp", "version": "1.0.0", "description": "MCP server for querying large JSON files", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "lint": "eslint . --ext .ts", "fix": "eslint . --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "test": "jest", "prestart": "npm run build", "preinstall": "npm run build" }, "keywords": [ "mcp", "json", "jsonpath", "search" ], "author": "Michael Graczyk", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.0", "commander": "^13.1.0", "jsonpath-plus": "^10.3.0", "string-similarity": "^4.0.4", "zod": "^3.24.3" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "@types/string-similarity": "^4.0.2", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "bin": "dist/index.js" }

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/mgraczyk/json-query-mcp'

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