awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tirth8205 avatar

tirth8205/code-review-graph

0
View on GitHub↗
18,822 स्टार्स·2,013 फोर्क्स·Python·MIT·10 व्यूज़code-review-graph.com↗

Code Review Graph

This project is a static code analysis tool and local-first code indexer that builds a persistent dependency graph of functions, classes, and imports. It functions as an AI context optimizer and codebase dependency graph, designed to reduce token usage by providing AI assistants with only the most relevant code fragments and impact analysis for a given change.

The system implements a Model Context Protocol server that exposes code intelligence and architectural graph queries to external AI coding tools. It distinguishes itself by computing the change blast radius and risk scores of modifications, tracing all affected callers and dependent components to isolate the minimum necessary context for review.

The tool includes capabilities for automated architectural documentation generation, structural code visualization in formats such as HTML and SVG, and a syntax-aware parsing pipeline with support for custom languages. It maintains performance in large repositories through bounded structural analysis and incremental hash-based updates that re-parse only modified entities.

Features

  • Change Impact Analysis - Traces callers, dependents, and tests affected by a change to isolate the minimum necessary review context.
  • Model Context Protocol Integrations - Implements a Model Context Protocol server to deliver compact summaries and impact reports to AI coding assistants.
  • Review Context Optimizers - Optimizes AI code reviews by providing only relevant code fragments and impact analysis to reduce token usage.
  • AI Context Optimization - Assembles a minimal set of relevant code fragments to optimize the context window and reduce token consumption.
  • Codebase Impact Analysis - Computes blast radius and risk scores to determine how modifications propagate through the codebase.
  • Context Window Optimizations - Filters codebase data to reduce token consumption by delivering only the most relevant fragments and impact reports to LLMs.
  • MCP Protocol Integrations - Exposes graph query capabilities to AI assistants through the Model Context Protocol for structured tool execution.
  • Code Analysis Tools - Exposes architectural graph queries and hotspot detection tools to AI assistants via the Model Context Protocol.
  • Code Intelligence Tools - Provides a suite of code intelligence tools and prompts integrated through a standardized protocol for AI assistants.
  • Codebase Dependency Mapping - Creates a searchable structural map of functions and dependencies to visualize and understand architectural relationships.
  • MCP Servers - Provides an MCP server implementation that exposes structural codebase graphs and tool queries to AI assistants.
  • Prompt-Optimized Context Retrieval - Selects the minimal set of relevant structural fragments to optimize prompt size and maintain technical accuracy.
  • Token Reduction Pipelines - Provides a filtering mechanism to serve only relevant structural data, minimizing tokens required for automated reviews.
  • Local Code Indexers - Operates as a background service that monitors repositories and incrementally updates a local persistent graph of code relationships.
  • Software Dependency Mapping - Maintains a persistent map of functions, classes, and imports to analyze the blast radius of architectural changes.
  • Local-First Architectures - Maintains a persistent, local-first dependency graph of codebase entities for low-latency retrieval.
  • Syntax Parsing Engines - Converts source code into structured nodes and edges using a syntax-aware parsing pipeline.
  • Structural Graph Generation - Implements a parsing pipeline that converts source code into a structural map of functions, classes, and imports.
  • Documentation Generation - Automatically creates markdown wikis and architectural overviews by identifying code communities and patterns.
  • Incremental Updates - Uses checksums to incrementally update the structural map, re-parsing only modified entities.
  • Bounded Graph Traversals - Limits graph traversal depth to maintain performance and stability when analyzing very large repositories.
  • Code Graph Synchronization - Ships a streaming system for importing source files and pull request diffs to keep the local structural map current.
  • Large-Scale Codebase Analysis - Implements a bounded structural analysis mode to ensure stability and performance when processing expansive codebases.
  • Graph - Provides a background monitoring system that tracks repositories and triggers automatic graph rebuilds upon detecting changes.
  • Automated Architecture Analysis - Generates high-level system overviews by detecting structural patterns and code communities in large projects.
  • Static Code Analysis Tools - Implements a static analysis pipeline that parses source code into structural maps and automated architectural documentation.

स्टार हिस्ट्री

tirth8205/code-review-graph के लिए स्टार हिस्ट्री चार्टtirth8205/code-review-graph के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Code Review Graph को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Code Review Graph दिखाई देता है।
  • AI कोडिंग असिस्टेंट्स और डेव टूल्स
  • AI कोडिंग असिस्टेंट्स

Code Review Graph के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Code Review Graph के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • colbymchenry/codegraphcolbymchenry का अवतार

    colbymchenry/codegraph

    50,154GitHub पर देखें↗

    Codegraph is a local codebase indexer and static analysis graph database that serves as a context provider for AI agents. It parses multiple programming languages into a searchable knowledge graph of symbols and dependencies, exposing these relationships to AI tools through the Model Context Protocol. The project distinguishes itself by aggregating relevant code snippets and symbol flows to reduce token usage for large language models. It automates the configuration of server settings and steering instructions across various AI agent platforms and command line editors to enable automatic code

    TypeScript
    GitHub पर देखें↗50,154
  • mikeyobrien/ralph-orchestratormikeyobrien का अवतार

    mikeyobrien/ralph-orchestrator

    1,854GitHub पर देखें↗

    This project is an autonomous workflow engine and orchestration platform designed to coordinate specialized AI agents. It functions as a development framework that manages the end-to-end lifecycle of complex, multi-step tasks, including persona definition, persistent memory management, and the execution of automated coding workflows. By acting as a Model Context Protocol server, it enables standardized communication between development tools and external AI models. The platform distinguishes itself through an event-driven architecture that routes typed messages between agent personas, allowin

    Rustaiai-agentsai-agents-framework
    GitHub पर देखें↗1,854
  • affaan-m/eccaffaan-m का अवतार

    affaan-m/ECC

    221,981GitHub पर देखें↗

    ECC is an LLM agent orchestration framework and cross-platform AI tooling suite designed to coordinate multi-model workflows. It provides a system for managing specialized agent roles, reusable skills, and structured planning to execute complex software development tasks across different AI-powered code editors. The project distinguishes itself as a Model Context Protocol manager, providing a configuration layer to integrate external servers and audit tool execution. It further implements an agentic security sandbox that restricts sensitive file access and scans for secret leakage to secure a

    JavaScript
    GitHub पर देखें↗221,981
  • tencent/weknoraTencent का अवतार

    Tencent/WeKnora

    16,974GitHub पर देखें↗

    WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta

    Goagentagenticai
    GitHub पर देखें↗16,974
Code Review Graph के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

tirth8205/code-review-graph क्या करता है?

This project is a static code analysis tool and local-first code indexer that builds a persistent dependency graph of functions, classes, and imports. It functions as an AI context optimizer and codebase dependency graph, designed to reduce token usage by providing AI assistants with only the most relevant code fragments and impact analysis for a given change.

tirth8205/code-review-graph की मुख्य विशेषताएं क्या हैं?

tirth8205/code-review-graph की मुख्य विशेषताएं हैं: Change Impact Analysis, Model Context Protocol Integrations, Review Context Optimizers, AI Context Optimization, Codebase Impact Analysis, Context Window Optimizations, MCP Protocol Integrations, Code Analysis Tools।

tirth8205/code-review-graph के कुछ ओपन-सोर्स विकल्प क्या हैं?

tirth8205/code-review-graph के ओपन-सोर्स विकल्पों में शामिल हैं: colbymchenry/codegraph — Codegraph is a local codebase indexer and static analysis graph database that serves as a context provider for AI… mikeyobrien/ralph-orchestrator — This project is an autonomous workflow engine and orchestration platform designed to coordinate specialized AI agents.… tencent/weknora — WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework.… affaan-m/ecc — ECC is an LLM agent orchestration framework and cross-platform AI tooling suite designed to coordinate multi-model… parcadei/continuous-claude-v3 — This project is an agentic development framework and autonomous software engineering system. It utilizes a coordinated… shashankss1205/codegraphcontext — CodeGraphContext is a code graph indexer and visualization tool that analyzes source code to build graphs of…