Skip to main content
Glama
package.json1.39 kB
{ "name": "json-editor-mcp", "version": "2.3.0", "description": "MCP server for editing JSON files with read, write, and deep merge capabilities", "type": "module", "main": "dist/index.js", "module": "src/index.ts", "types": "dist/index.d.ts", "bin": { "json-editor-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "jest --maxWorkers=1", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "json", "editor", "i18n", "internationalization", "nextjs", "model-context-protocol" ], "author": "JSON Editor MCP Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/peternagy1332/json-editor-mcp.git" }, "bugs": { "url": "https://github.com/peternagy1332/json-editor-mcp/issues" }, "homepage": "https://github.com/peternagy1332/json-editor-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "files": [ "dist", "README.md", "LICENSE", "examples" ] }

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/peternagy1332/json-editor-mcp'

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