jellybean

rayhankhilji/jellybean
★ 0 stars TypeScript AI/LLM Updated today
A token-frugal MCP server that gives coding agents structural understanding of a codebase: repo maps, symbol outlines, ranked search, import tracing, and parsed diagnostics — every result under a token budget it honours.
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": {
    "jellybean": {
      "command": "npx",
      "args": [
        "-y",
        "rayhankhilji/jellybean"
      ]
    }
  }
}

README Excerpt

<div align="center"> **An MCP server that lets coding agents understand a codebase without reading it.** Repository maps, symbol outlines, ranked search, import tracing, and parsed diagnostics — every result under a token budget it actually honours. </div> --- Most MCP servers are thin wrappers around `readFile` and `grep`. That makes them

Tools (1)

jb_outline

Topics

ai-agentsclaudecode-intelligencedeveloper-toolsllm-toolsmcpmodel-context-protocoltypescript