Deepcontext
Rank #1,954ai.wild-card/deepcontext
MCP server providing deepcontext capabilities
Deepcontext is a Model Context Protocol (MCP) server published by Wildcard-Official. It ranks #1,954 of 115,591 servers tracked on MCP Toplist, and its repository has 165 GitHub stars. Deepcontext is listed on Official MCP, with 2 tracked versions. It was first listed on Sep 26, 2025 and most recently updated on Sep 26, 2025.
Ranks ahead of 113,637 of 115,591 servers on MCP Toplist.
Use Deepcontext
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add deepcontext -e "JINA_API_KEY=<your JINA_API_KEY>" -e "TURBOPUFFER_API_KEY=<your TURBOPUFFER_API_KEY>" -e "WILDCARD_API_KEY=<your WILDCARD_API_KEY>" -- npx -y @wildcard-ai/deepcontextReplace each placeholder with your own value before saving.
[mcp_servers.deepcontext]
command = "npx"
args = ["-y", "@wildcard-ai/deepcontext"]
[mcp_servers.deepcontext.env]
JINA_API_KEY = "<your JINA_API_KEY>"
TURBOPUFFER_API_KEY = "<your TURBOPUFFER_API_KEY>"
WILDCARD_API_KEY = "<your WILDCARD_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepcontext": {
"command": "npx",
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"TURBOPUFFER_API_KEY": "<your TURBOPUFFER_API_KEY>",
"WILDCARD_API_KEY": "<your WILDCARD_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepcontext": {
"command": "npx",
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"TURBOPUFFER_API_KEY": "<your TURBOPUFFER_API_KEY>",
"WILDCARD_API_KEY": "<your WILDCARD_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"deepcontext": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"TURBOPUFFER_API_KEY": "<your TURBOPUFFER_API_KEY>",
"WILDCARD_API_KEY": "<your WILDCARD_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepcontext": {
"command": "npx",
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"TURBOPUFFER_API_KEY": "<your TURBOPUFFER_API_KEY>",
"WILDCARD_API_KEY": "<your WILDCARD_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepcontext": {
"command": "npx",
"args": [
"-y",
"@wildcard-ai/deepcontext"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"TURBOPUFFER_API_KEY": "<your TURBOPUFFER_API_KEY>",
"WILDCARD_API_KEY": "<your WILDCARD_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.wild-card%2Fdeepcontext)<a href="https://mcptoplist.com/server/ai.wild-card%2Fdeepcontext"><img src="https://mcptoplist.com/badge/ai.wild-card%2Fdeepcontext.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Wildcard-Official
Other servers by Wildcard-Official
View all Wildcard-Official servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.15 | Sep 26, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Deepcontext?
- Deepcontext is maintained by Wildcard-Official, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Deepcontext listed on the Official MCP Registry?
- Yes — Deepcontext is listed on the Official MCP Registry.
- How many versions does Deepcontext have?
- MCP Toplist tracks 2 versions of Deepcontext, most recently published on Sep 26, 2025.
- Where can I find the source code for Deepcontext?
- The source code for Deepcontext is hosted at github.com/Wildcard-Official/deepcontext.