← Browse

@pieeee/docmcp

A

MCP server package @pieeee/docmcp

mcp_servermcp

Install

agr install @pieeee/docmcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@pieeee/docmcp", "version": "0.2.2", "description": "Index documentation websites and search them from AI coding assistants via MCP", "keywords": [ "mcp", "model-context-protocol", "documentation", "search", "ai", "claude", "embeddings", "rag", "vector-search", "bm25" ], "homepage": "https://github.com/pieeee/docmcp", "bugs": { "url": "https://github.com/pieeee/docmcp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/pieeee/docmcp.git" }, "license": "MIT", "author": "Sheikh Ahnaf Hasan", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "docmcp": "./dist/index.js" }, "files": [ "dist", "scripts", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=20.0.0" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsc && chmod +x dist/index.js", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src/", "postinstall": "node scripts/check-native-modules.js || true", "prepublishOnly": "npm run build && npm run test" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22", "@types/turndown": "^5.0.6", "@vitest/coverage-v8": "^2.1.9", "eslint": "^9.0.0", "tsx": "^4", "typescript": "^5", "typescript-eslint": "^8.0.0", "vitest": "^2.1.9" }, "dependencies": { "@anthropic-ai/sdk": "^0.78.0", "@clack/prompts": "^1.0.1", "@modelcontextprotocol/sdk": "^1.27.0", "better-sqlite3": "^12.6.2", "cheerio": "^1.2.0", "commander": "^14.0.3", "crawlee": "^3.16.0", "fast-xml-parser": "^5.3.7", "js-tiktoken": "^1.0.21", "openai": "^6.25.0", "picocolors": "^1.1.1", "sqlite-vec": "^0.1.7-alpha.2", "turndown": "^7.2.2", "zod": "^4.3.6" } }

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-97d792a9afc82026-08-06