MCPFast / Tools / MCP server for code indexing and dependency analysis

GitHubMCP★★★★☆

MCP server for code indexing and dependency analysis

An MCP server indexing codebases into SQLite, exposing metadata, exports, and change tracking.

View on GitHub

vlm-code-context-mcp: Code Indexing and Dependency Analysis MCP Server

vlm-code-context-mcp is a specialized MCP (Meta-Programming Compiler) server designed for developers to efficiently index and analyze codebases. It leverages SQLite to store comprehensive metadata, enabling robust dependency tracking and change analysis. This tool is built for developers who require deep insights into their code structure and evolution, facilitating more informed development decisions and streamlined debugging.

What it Does

This MCP server ingests your codebase and systematically indexes its components. It extracts crucial information such as function exports, class definitions, and inter-dependencies. All this data is stored in a local SQLite database, providing a structured and queryable representation of your project. This allows for rapid retrieval of code context, identification of potential conflicts, and understanding of how different parts of your code interact.

Key Features

Who it's For

vlm-code-context-mcp is an invaluable asset for: