Back to search
30
MCP

code-index-mcp

johnhuang316/code-index-mcp

A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

code-graph-mcp
A code indexing system accessible via MCP (Model Context Protocol)
0 tools
mcp-file-context-server
A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, s
0 tools
mcp-code-indexer
MCP server that tracks file descriptions across codebases, enabling AI agents to efficiently navigate and understand code through searchable
0 tools
char-index-mcp
A Model Context Protocol server for character-level index-based string manipulation
0 tools
code-search-mcp
MCP server for indexing code repositories with SQLite
0 tools
index-it-mcp
Local-first code indexer for AI assistants via Model Context Protocol (MCP)
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code-index-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}