@himorishige/hatago-mcp-hub
AMCP server package @himorishige/hatago-mcp-hub
Install
agr install @himorishige/hatago-mcp-hub --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@himorishige/hatago-mcp-hub", "mcpName": "io.github.himorishige/hatago-mcp-hub", "version": "0.0.16", "description": "Unified MCP Hub for managing multiple Model Context Protocol servers", "type": "module", "main": "./dist/node/index.js", "types": "./dist/node/index.d.ts", "bin": { "hatago": "./dist/node/cli.js", "hatago-mcp-hub": "./dist/node/cli.js" }, "exports": { ".": { "node": "./dist/node/cli.js", "workerd": "./dist/workers/index.js", "default": "./dist/node/cli.js", "types": "./dist/node/cli.d.ts" }, "./node": { "import": "./dist/node/index.js", "types": "./dist/node/index.d.ts" }, "./workers": { "import": "./dist/workers/index.js", "types": "./dist/workers/index.d.ts" }, "./browser": { "import": "./dist/browser/index.js", "types": "./dist/browser/index.d.ts" }, "./types": { "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "sideEffects": false, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "serve:http": "node dist/node/cli.js serve --http --config ./hatago.config.json", "serve:stdio": "node dist/node/cli.js serve --stdio --config ./hatago.config.json", "prepack": "node scripts/prepare-publish.js", "postpack": "node scripts/restore-package.js", "prepublishOnly": "pnpm build", "test": "vitest run", "test:forks": "vitest run --pool=forks", "typecheck": "tsc --noEmit", "format": "prettier --write ./src", "lint": "eslint ./src" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "hono": "^4.9.4", "commander": "^14.0.0" }, "devDependencies": { "@himorishige/hatago-core": "workspace:", "@himorishige/hatago-hub": "workspace:", "@himorishige/hatago-runtime": "workspace:", "@himorishige/hatago-server": "workspace:", "@himorishige/hatago-transport": "workspace:*", "@types/node": "^20.11.5", "tsdown": "^0.14.2", "typescript": "~5.7.2", "vitest": "^2.1.9" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "mcp", "model-context-protocol", "ai", "claude", "hatago", "hub", "server", "npx" ], "author": "@himorishige", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/himorishige/hatago-mcp-hub.git" }, "bugs": { "url": "https://github.com/himorishige/hatago-mcp-hub/issues" }, "homepage": "https://github.com/himorishige/hatago-mcp-hub#readme" }
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-3f8d759edc942026-08-06