
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@wildcard-ai/deepcontext
Advanced tools
DeepContext provides semantic codebase search for coding agents, finding relevant code quickly while preserving context windows.
Claude Code:
claude mcp add deepcontext \
-e WILDCARD_API_KEY=your-wildcard-api-key \
-- npx @wildcard-ai/deepcontext@latest
Codex:
# Add to ~/.codex/config.toml
[mcp_servers.deepcontext]
command = "npx"
args = ["-y", "@wildcard-ai/deepcontext@latest"]
env = { "WILDCARD_API_KEY" = "your-wildcard-api-key" }
Coding agents use grep based search that match exact text, these searches miss semantically related code and fill context windows with irrelevant results. Large codebases amplify this problem, where text search returns hundreds of matches that quickly overwhelm conversation capacity. DeepContext provides agents with intelligent search that preserves context windows by finding only relevant code chunks.
Semantic accuracy: Matches code by meaning and relationships rather than text patterns, finding related functions across files that keyword search misses.
Reduced token usage: Returns precise code chunks instead of every file containing your search terms, preserving conversation context windows.
Search speed: Searches code immediately through pre-indexed data for instant file discovery.
index_codebaseCreates a searchable index of your codebase for semantic search.
Parameters:
codebase_path: Absolute path to the directory containing source code filesforce_reindex: Force complete reindexing even if already indexed (default: false)search_codebaseFinds relevant code using natural language or keyword queries.
Parameters:
query: Natural language or keyword search query describing what code to findcodebase_path: Absolute path to the codebase directory to searchmax_results: Maximum number of code chunks to return (default: 5)get_indexing_statusShows indexing status and file counts for your codebases.
Parameters:
codebase_path: Absolute path to specific codebase to check. Omit to get status of all indexed codebasesclear_indexRemoves all indexed data for a codebase.
Parameters:
codebase_path: Absolute path to the codebase to clear. Omit to clear ALL indexed codebasesDeepContext uses a two layer architecture that separates MCP protocol handling from core search intelligence.
MCP Integration Flow
AST-Based Parsing
Hybrid Search with Reranking
Incremental Indexing
Content Filtering
Self-hosting requires code modifications to integrate directly with vector storage and embedding providers, as the current implementation uses the Wildcard API backend.
Prerequisites
Setup
git clone https://github.com/Wildcard-Official/deepcontext-mcp.git
cd deepcontext
npm install
npm run build
Integration
claude mcp add deepcontext-local \
-e TURBOPUFFER_API_KEY=your-turbopuffer-key \
-e JINA_API_KEY=your-jina-key \
-- node /path/to/deepcontext/dist/standalone-mcp-integration.js
Thanks for your interest! We’re currently not accepting external contributions as we’re an early-stage startup focused on rapid iteration. We may open things up in the future — feel free to ⭐ the repo to stay in the loop.
Licensed under the Apache License.
FAQs
Advanced codebase indexing and semantic search MCP server
The npm package @wildcard-ai/deepcontext receives a total of 63 weekly downloads. As such, @wildcard-ai/deepcontext popularity was classified as not popular.
We found that @wildcard-ai/deepcontext demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.