ContextX

KayanoLiam/ContextX
★ 89 stars Rust AI/LLM Updated today
A free remote MCP server offering normal (Grok 4.3) and deep (Grok 4.20 Multi-Agent) search. No API keys required, streaming support prevents gateway timeouts.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "contextx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ContextX"
      ]
    }
  }
}