Knowledge Systems
Trust: 30/100 (Limited)ai.wild-card/deepcontext Guide
Advanced codebase indexing and semantic search MCP server
by Wildcard-Official
Quick Start
Install
npx @wildcard-ai/deepcontextClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"ai-wild-card-deepcontext": {
"command": "npx",
"args": [
"@wildcard-ai/deepcontext"
]
}
}
}