Skip to main content
Glama
package.json3.51 kB
{ "name": "mcmodding-mcp", "version": "0.2.1", "description": "MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge", "type": "module", "main": "dist/index.js", "bin": { "mcmodding-mcp": "dist/index.js" }, "files": [ "dist", "scripts/postinstall.js" ], "scripts": { "build": "tsc", "build:prod": "npm run build", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:coverage": "vitest --coverage", "test:ui": "vitest --ui", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "typecheck": "tsc --noEmit", "prepare": "husky", "index-docs": "npx tsx --expose-gc --max-old-space-size=6144 scripts/index-docs.ts -- --sitemap --embeddings", "index-docs:prod": "npx tsx --expose-gc --max-old-space-size=6144 scripts/index-docs.ts -- --sitemap --embeddings --force", "index-docs:no-embeddings": "npx tsx --expose-gc --max-old-space-size=4096 scripts/index-docs.ts -- --sitemap", "clean": "rimraf dist", "clean:all": "rimraf dist data", "prebuild": "npm run clean", "prebuild:prod": "npm run clean", "postinstall": "node scripts/postinstall.js", "prepublishOnly": "", "release:auto": "semantic-release", "release": "npm run build:prod && npm version", "validate": "npm run typecheck && npm run lint && npm run test", "db:manifest": "npx tsx scripts/generate-db-manifest.ts", "db:install-optional": "npx tsx src/index.ts install" }, "keywords": [ "minecraft", "modding", "fabric", "neoforge", "mcp", "model-context-protocol", "ai", "documentation" ], "author": "OGMatrix", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@xenova/transformers": "^2.17.2", "better-sqlite3": "^11.7.0", "cheerio": "^1.0.0", "jsonrepair": "^3.13.1", "node-fetch": "^3.3.2" }, "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@eslint/js": "^9.15.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@types/better-sqlite3": "^7.6.12", "@types/jquery": "^3.5.33", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "@vitest/coverage-v8": "^4.0.15", "@vitest/ui": "^4.0.15", "conventional-changelog-conventionalcommits": "^9.1.0", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.7", "lint-staged": "^15.2.11", "prettier": "^3.3.3", "rimraf": "^6.0.1", "semantic-release": "^24.2.3", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.15.0", "vitest": "^4.0.15" }, "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "repository": { "type": "git", "url": "git+https://github.com/OGMatrix/mcmodding-mcp.git" }, "bugs": { "url": "https://github.com/OGMatrix/mcmodding-mcp/issues" }, "homepage": "https://github.com/OGMatrix/mcmodding-mcp#readme" }

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/OGMatrix/mcmodding-mcp'

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