VibeCTX

BlackRaptorAI/VibeCTX
★ 0 stars TypeScript AI/LLM Updated today
VibeCTX — local docs-cache MCP server: fetch official library docs (llms.txt-first), cache to disk, serve to coding agents offline and deterministically.
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": {
    "vibectx": {
      "command": "npx",
      "args": [
        "-y",
        "BlackRaptorAI/VibeCTX"
      ]
    }
  }
}

README Excerpt

**A local MCP server that fetches official library documentation (llms.txt-first), caches it to disk, and serves the relevant sections to your coding agents — offline, deterministic, zero recurring cost.** > Published on npm as [`@blackraptorai/vibectx`](https://www.npmjs.com/package/@blackraptorai/vibectx).

Tools (1)

topic