code-indexer-mcp-server

pravin727/code-indexer-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated 1mo ago
# Code Indexer MCP Server A Model Context Protocol (MCP) server for indexing and analyzing large codebases. This server enables AI clients to understand code structure, search for functions and classes, and analyze code metrics across multiple programming languages.
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": {
    "code-indexer-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "pravin727/code-indexer-mcp-server"
      ]
    }
  }
}