AIAny
AI Coding2025
Icon for item

Code-Graph-RAG

Parses multi-language repositories into a Memgraph knowledge graph and enables natural-language RAG querying, grounded source retrieval, and AI-driven AST edits. Key features include Tree-sitter parsing, LLM-to-Cypher generation, structural search-and-replace, and MCP server integration.

Introduction

Monorepos and mixed-language codebases are hard to search, reason about, and safely refactor at scale. Code-Graph-RAG converts source trees into a single language-agnostic graph so you can ask precise, grounded questions about structure and changes, and apply surgical AST-based edits driven by models.

What Sets It Apart
  • Unified graph schema across many languages: Tree-sitter parsers feed a single Memgraph schema that normalizes functions, classes, modules and their relationships — so you can run cross-language queries and analyses without juggling per-language tools.
  • Natural language → Cypher pipeline: LLM-backed Cypher generation turns plain-English queries into graph queries, producing answers grounded in graph nodes and the actual source code rather than hallucinated summaries.
  • Structural search & replace with AST tooling: ast-grep and AST-aware agents let you match and rewrite code by structure (not regex), enabling safer, large-scale refactors with previewed diffs.
  • Flexible model and deployment choices: Works with cloud models (e.g., Gemini/OpenAI), local runtimes (Ollama), and runs as an MCP server for direct agent integrations — so teams can balance capability, latency, and data control.
Who it's for and tradeoffs

Great fit if you maintain large monorepos or polyglot services and need precise, auditable code discovery, cross-file data-flow tracing, or automated structural refactoring. Look elsewhere if you need a lightweight, zero-infrastructure editor plugin — the system expects a graph DB (Memgraph), optional vector services, and some orchestration (Docker/daemon) for full functionality. Also consider privacy needs: by default it can integrate cloud LLMs, so on-prem/local model options are recommended for sensitive codebases.

More Items

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.