Deepcontext runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from npm.
Advanced codebase indexing and semantic search MCP server
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add deepcontext -- npx -y @wildcard-ai/deepcontext
{
"mcpServers": {
"deepcontext": {
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"command": "npx"
}
}
}
[mcp_servers.deepcontext]
command = "npx"
args = ["-y", "@wildcard-ai/deepcontext"]
{
"mcpServers": {
"deepcontext": {
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"deepcontext": {
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
JINA_API_KEY (Jina AI API key for embeddings generation), TURBOPUFFER_API_KEY (Turbopuffer API key for vector storage), WILDCARD_API_KEY (Wildcard API key for authentication).
The author declared them in the registry entry; get the values from the project itself.
MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.
Local file search for AI agents — semantic + keyword indexing over your codebase.
Code intelligence MCP server — impact analysis, semantic search, dependency graphs
Project memory, semantic code search, and grounded agent context.
Semantic code graph MCP server for coding agents
Fast per-repo documentation indexer and full-text search MCP server for codebases.
Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.
Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.
Answers built from our own checks of this server.