mcpbeat Sign in

Deepcontext MCP Server

by wild-card Your server? Claim it
local only

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.

Installs per day peak 31 · avg 13 · +105% w/w
a month agotoday
121
Installs / week
npm · @wildcard-ai/deepcontext
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add deepcontext -- npx -y @wildcard-ai/deepcontext
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deepcontext": {
      "args": [
        "-y",
        "@wildcard-ai/deepcontext"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deepcontext]
command = "npx"
args = ["-y", "@wildcard-ai/deepcontext"]
.cursor/mcp.json
{
  "mcpServers": {
    "deepcontext": {
      "args": [
        "-y",
        "@wildcard-ai/deepcontext"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Deepcontext

same job, measured the same way
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
Flyto Indexer
by flytohub

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

533 installs/wk local only
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Vector DB MCP
by kroq86

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

local only
Codebase Context MCP
by jhackman2019

Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.

40 installs/wk local only

Deepcontext — questions

Answers built from our own checks of this server.

Why is there no uptime for Deepcontext?
Deepcontext runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wildcard-ai/deepcontext was installed 121 times last week.
Is Deepcontext still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Deepcontext?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wildcard-ai/deepcontext straight from npm; nothing to host, nothing to sign up for.
How many people use Deepcontext?
The npm package @wildcard-ai/deepcontext was installed 121 times in the last week. Week over week that is +105%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.