← Browse

@smith-horn/mcp-server

B

MCP server package @skillsmith/mcp-server

mcp_servermcp

Install

agr install @smith-horn/mcp-server --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@skillsmith/mcp-server", "version": "0.7.6", "mcpName": "io.github.smith-horn/skillsmith", "description": "MCP server for Skillsmith skill discovery", "type": "module", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js", "default": "./dist/src/index.js" }, "./audit": { "types": "./dist/src/audit/index.d.ts", "import": "./dist/src/audit/index.js", "default": "./dist/src/audit/index.js" } }, "bin": { "skillsmith-mcp": "./dist/src/index.js" }, "scripts": { "prepublishOnly": "node ../../scripts/lib/forbid-local-publish.mjs && npm run build && npm run test && chmod +x dist/src/index.js", "build": "tsc", "postbuild": "chmod +x dist/src/index.js || true", "dev": "tsx watch src/index.ts", "generate:agent-pack": "tsx scripts/generate-agent-pack.ts", "start": "node dist/src/index.js", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "test:integration": "vitest run --config vitest.config.integration.ts" }, "dependencies": { "@cyclonedx/cyclonedx-library": "10.1.0", "@modelcontextprotocol/sdk": "^1.27.1", "@skillsmith/core": "^0.11.4", "ajv-formats-draft2019": "1.6.1", "ulid": "3.0.1", "zod": "3.25.76" }, "devDependencies": { "tsx": "4.21.0", "vitest": "4.1.10" }, "files": [ "dist", "src/assets", "server.json", "CHANGELOG.md" ], "license": "Elastic-2.0", "repository": { "type": "git", "url": "https://github.com/smith-horn/skillsmith.git", "directory": "packages/mcp-server" }, "homepage": "https://github.com/smith-horn/skillsmith#readme", "bugs": { "url": "https://github.com/smith-horn/skillsmith/issues" }, "keywords": [ "skillsmith", "ai", "skills", "mcp", "llm", "model-context-protocol", "claude-code", "agent-skills", "skill-discovery", "skill-management", "autonomous-agents", "openclaw", "multi-agent", "tool-management" ], "engines": { "node": ">=22.22.0" } }

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.

  • 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.

  • warnLicenseno SPDX license detected

    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-a254f3b082082026-08-06