@wildcard-official/deepcontext
AMCP server package @wildcard-ai/deepcontext
Install
agr install @wildcard-official/deepcontext --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@wildcard-ai/deepcontext", "version": "0.1.15", "description": "Advanced codebase indexing and semantic search MCP server", "mcpName": "ai.wild-card/deepcontext", "main": "dist/standalone-mcp-integration.js", "type": "module", "bin": { "deepcontext": "dist/standalone-mcp-integration.js" }, "repository": { "type": "git", "url": "git+https://github.com/Wildcard-Official/deepcontext.git" }, "keywords": [ "mcp", "claude-code", "semantic-search", "codebase-indexing", "ast-parsing", "vector-search", "jina-ai", "turbopuffer" ], "author": "Wildcard AI, Inc", "license": "Apache-2.0", "scripts": { "start": "npm run build && node dist/standalone-mcp-integration.js", "build": "tsc --project tsconfig.build.json && chmod +x dist/standalone-mcp-integration.js", "dev": "tsx watch src/standalone-mcp-integration.ts", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "tree-sitter": "^0.21.0", "tree-sitter-javascript": "^0.21.0", "tree-sitter-python": "^0.21.0", "tree-sitter-typescript": "^0.23.2" }, "devDependencies": { "@jirutka/ajv-cli": "^6.0.0", "@types/node": "^20.0.0", "tsx": "^4.11.0", "typescript": "^5.4.5" }, "files": [ "dist/**/*", "README.md", "background-indexing-worker.mjs" ], "publishConfig": { "access": "public" } }
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-b96c015551a62026-08-03