@ogmatrix/mcmodding-mcp
AMCP server package mcmodding-mcp
Install
agr install @ogmatrix/mcmodding-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "mcmodding-mcp", "version": "0.4.5", "packageManager": "pnpm@10.30.0", "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": "pnpm 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": "pnpm run clean", "prebuild:prod": "pnpm run clean", "postinstall": "node scripts/postinstall.js", "prepublishOnly": "", "release:auto": "semantic-release", "release": "pnpm run build:prod && pnpm version", "validate": "pnpm run typecheck && pnpm run lint && pnpm run test", "db:manifest": "npx tsx scripts/generate-db-manifest.ts", "db:install-optional": "npx tsx src/index.ts install", "index-mappings": "npx tsx scripts/index-mappings.ts", "index-mappings:force": "npx tsx scripts/index-mappings.ts --force", "mappings:manifest": "npx tsx scripts/generate-mappings-manifest.ts", "mappings:analyze": "npx tsx scripts/analyze-mappings.ts", "index-mod-examples": "npx tsx scripts/index-mod-examples.ts", "mod-examples:manifest": "npx tsx scripts/generate-mod-examples-manifest.ts" }, "keywords": [ "minecraft", "modding", "fabric", "neoforge", "mcp", "model-context-protocol", "ai", "documentation" ], "author": "OGMatrix", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@xenova/transformers": "^2.17.2", "better-sqlite3": "^12.10.0", "cheerio": "^1.2.0", "jsonrepair": "^3.14.0", "node-fetch": "^3.3.2", "sharp": "^0.34.5" }, "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/adm-zip": "^0.5.8", "@types/better-sqlite3": "^7.6.13", "@types/jquery": "^3.5.33", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.59.3", "@vitest/coverage-v8": "^4.1.6", "@vitest/ui": "^4.1.6", "adm-zip": "^0.5.17", "conventional-changelog-conventionalcommits": "^9.3.1", "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.8.3", "rimraf": "^6.1.3", "semantic-release": "^24.2.3", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.59.3", "vitest": "^4.1.6" }, "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", "pnpm": { "onlyBuiltDependencies": [ "better-sqlite3", "esbuild", "protobufjs", "sharp" ] } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-187792e1733f2026-08-06