🧠 Codebase Curator

by RLabs-Inc

406 downloads
Not rated
GitHub

About

A set of tools to use while coding using the Claude code cli. "smartgrep" is a grep-like tool that uses a semantic index of the codebase to provide Claudes with information tailored for how they think. Claudes love it! A "codebase-curator" Claude to assist the "developer" Claude

Details

Author
RLabs-Inc
Downloads
406
Categories
Developer Tools, AI

- Two-Claude architecture with persistent sessions and instant follow-ups
- Smart Grep semantic search with concept groups and advanced patterns
- Language support for 10 languages (TS/JS, Python, Go, Rust, Swift, Shell, JSON, YAML, TOML, .env)
- Live monitoring dashboard for real-time code evolution
- Incremental indexing with hash‑based change detection and debouncing
- Cross‑reference analysis showing definitions and usages

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 🧠 Codebase Curator
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by cloning the repo, running bun install and bun link, then add the MCP server entry to your claude_code_config.json. In Claude Code, use the provided tools (e.g., set_project_path, get_codebase_overview, ask_curator, add_new_feature) to explore and ask questions. Alternatively, use the smartgrep CLI for semantic code search from any directory.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83e\udde0 codebase curator": {
            "codebase-curator": {
                "command": "bun",
                "args": [
                    "run",
                    "monitor",
                    "watch",
                    "--overview"
                ]
            }
        }
    }
}

McpServers

{
    "codebase-curator": {
        "command": "bun",
        "args": [
            "run",
            "monitor",
            "watch",
            "--overview"
        ]
    }
}

🧠 Codebase Curator

> 🎁 Give your Claude the gift of deep codebase understanding
>
> _Because your Claude deserves a codebase expert by its side_

License: MIT
Claude Code Compatible

What is Codebase Curator?

Codebase Curator transforms how Claude understands your code. Instead of treating each question as isolated, it gives Claude a persistent, intelligent companion that deeply understands your entire codebase.

The Problem

When you ask Claude about your codebase, it starts from scratch every time:

- 🔄 Repetitive exploration of the same files
- ⏰ Slow responses as it re-discovers your architecture
- 🎯 Inconsistent understanding between questions
- 😕 Generic suggestions that don't fit your patterns

The Solution: Two-Claude Architecture

Codebase Curator spawns a dedicated "Curator Claude" that becomes an expert on YOUR specific codebase:

You (Coding Claude) → "How do I add authentication?"
         ↓
Codebase Curator → Spawns Curator Claude
         ↓
Curator Claude → Deeply analyzes your codebase
         ↓
You get → Specific guidance that fits YOUR patterns

✨ Key Features

🤖 Two-Claude Architecture

- Curator Claude: A dedicated AI that becomes an expert on YOUR codebase - Persistent Sessions: Remembers context between questions - Instant Follow-ups: First question takes 2 minutes, rest are instant

🔍 Smart Grep - Semantic Search That Understands Code

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.