← Browse

@j4ckwinter/brain-cache

B

MCP server package brain-cache

mcp_servermcp

Install

agr install @j4ckwinter/brain-cache --target claude

This artifact does not publish files for Claude.

Document

{ "name": "brain-cache", "version": "3.6.2", "description": "Local MCP-first context engine for Claude. Index your codebase, retrieve only what matters, and cut token usage.", "license": "MIT", "type": "module", "bin": { "brain-cache": "./dist/cli.js" }, "files": [ "dist/", ".claude/skills/", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "homepage": "https://github.com/j4ckwinter/brain-cache", "repository": { "type": "git", "url": "git+https://github.com/j4ckwinter/brain-cache.git" }, "bugs": { "url": "https://github.com/j4ckwinter/brain-cache/issues" }, "scripts": { "dev": "tsx src/cli/index.ts", "build": "tsup", "postbuild": "cpy 'node_modules/web-tree-sitter/tree-sitter.wasm' dist/wasm/ --flat && cpy 'node_modules/tree-sitter-wasms/out/tree-sitter-{typescript,tsx,python,go,rust}.wasm' dist/wasm/ --flat", "prepare": "npm run build", "link": "npm link", "pretest": "cpy 'node_modules/web-tree-sitter/tree-sitter.wasm' src/services/wasm/ --flat && cpy 'node_modules/tree-sitter-wasms/out/tree-sitter-{typescript,tsx,python,go,rust}.wasm' src/services/wasm/ --flat", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@anthropic-ai/sdk": "^0.81.0", "@anthropic-ai/tokenizer": "^0.0.4", "@lancedb/lancedb": "^0.27.1", "@modelcontextprotocol/sdk": "^1.29.0", "apache-arrow": "^21.1.0", "commander": "14.0.3", "dedent": "^1.7.2", "fast-glob": "^3.3.3", "ignore": "^7.0.5", "marked": "^17.0.6", "ollama": "^0.6.3", "pino": "^9.0.0", "tree-sitter-wasms": "0.1.13", "web-tree-sitter": "~0.25.10", "zod": "^4.3.6" }, "overrides": { "apache-arrow": "^21.1.0" }, "devDependencies": { "@types/dedent": "^0.7.2", "@types/node": "^22.0.0", "cpy-cli": "^7.0.0", "pino-pretty": "^11.0.0", "tsup": "^8.0.0", "tsx": "4.21.0", "typescript": "^6.0.2", "vitest": "^4.1.3" }, "keywords": [ "ai", "rag", "claude", "mcp", "embeddings", "developer-tools", "ollama" ] }

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-9216ad7fbb292026-08-06