@zcaceres/easy-mcp
BMCP server package easy-mcp
Install
agr install @zcaceres/easy-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "easy-mcp", "module": "index.ts", "version": "1.0.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "The simplest way to create Model Context Protocol (MCP) servers in TypeScript.", "repository": { "type": "git", "url": "https://github.com/zcaceres/easy-mcp.git" }, "homepage": "https://github.com/zcaceres/easy-mcp#readme", "author": "Zach Caceres (zach.dev)", "license": "MIT", "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "mcp", "model-context-protocol", "ai", "typescript", "server" ], "scripts": { "start": "bun run index.ts", "start:decorators": "bun run examples/example-experimental-decorators.ts", "start:express": "bun run examples/example-express.ts", "inspect:decorators": "bunx @modelcontextprotocol/inspector bun run start:decorators", "inspect:express": "bunx @modelcontextprotocol/inspector bun run start:express", "dev": "bun --watch index.ts", "build": "bun build ./index.ts --outdir ./dist && tsc", "test": "bun test --tsconfig-override tsconfig.json lib", "semantic-release": "semantic-release", "prepublishOnly": "bun run build" }, "devDependencies": { "@anatine/zod-mock": "^3.13.4", "@faker-js/faker": "^9.3.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/bun": "latest", "@types/lodash.camelcase": "^4.3.9", "semantic-release": "^24.2.1" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "lodash.camelcase": "^4.3.0", "path-to-regexp": "^8.2.0", "reflect-metadata": "^0.2.2" } }
Trustgrade B
- 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.
- warnFreshnessstale (>1y)
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-f8aba8e8b2322026-08-03