← contextrepo.com

INDIVIDUAL MCP TOOL

deep_expand

Navigate the document hierarchy from a chunk in 5 directions: up (parent), down (children), next (next sibling under the same parent), previous (previous sibling under the same parent), surrounding (context window — same-parent siblings; on sparse hierarchies where the target is the only child under its parent, surrounding automatically falls back to the last/first chunks of the parent's prev/next sibling sections so callers still get meaningful neighbouring context).

contextrepo.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

contextrepo.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.contextrepo-com]
url = "https://contextrepo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "contextrepo-com": {
      "type": "http",
      "url": "https://contextrepo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: contextrepo-com
Remote MCP URL: https://contextrepo.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "contextrepo-com": {
      "url": "https://contextrepo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "contextrepo-com": {
      "type": "http",
      "url": "https://contextrepo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "contextrepo-com",
  "transport": "streamable-http",
  "url": "https://contextrepo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools