Back to search
30
MCP

mcp-codebase-searcher

pypi/mcp-codebase-searcher

A Python tool to scan codebases, search for text/regex patterns, and elaborate on findings using AI models via LiteLLM.

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

Similar MCP servers embedding-nearest

mcp-code-indexer
MCP server that tracks file descriptions across codebases, enabling AI agents to efficiently navigate and understand code through searchable
0 tools
codescan-mcp
MCP server that scans your codebase for TODOs, FIXMEs, code complexity, file stats, and tech debt signals. Zero config.
0 tools
mcp-codebase-index
Structural codebase indexer with MCP server for AI-assisted development
0 tools
io.github.mikerecognex/mcp-codebase-index
Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies.
0 tools
code-search-mcp
MCP server for indexing code repositories with SQLite
0 tools
code-index-mcp
A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
0 tools

How to use

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

{
  "mcpServers": {
    "mcp-codebase-searcher": {
      "url": "None",
      "transport": "http"
    }
  }
}