MCPs tagged with Code Indexing
-
Code Declaration Lookup MCP Server
Fast, language-agnostic code declaration search and lookup server via MCP.
Provides a Model Context Protocol (MCP) server that indexes code declarations using universal ctags and SQLite with FTS5 full-text search. Offers search and listing functionality for functions, classes, structures, enums, and other code elements across any language supported by ctags. Enables seamless integration with coding agents for dynamic indexing, respects .gitignore, and supports ctags file ingestion and management.
- ⭐ 2
- MCP
- osinmv/function-lookup-mcp
-
Sourcerer MCP
Semantic code search & navigation MCP server for efficient AI agent context retrieval.
Sourcerer MCP provides a Model Context Protocol (MCP) server that enables AI agents to perform semantic code search and navigation. By indexing codebases at the function, class, and chunk level, it allows agents to retrieve only the necessary code snippets, greatly reducing token consumption. The tool integrates with Tree-sitter for language parsing and OpenAI for generating code embeddings, supporting advanced contextual code understanding without full file ingestion.
- ⭐ 95
- MCP
- st3v3nmw/sourcerer-mcp
-
CICADA
Structured, contextual code intelligence for AI assistants on Elixir projects.
CICADA is an MCP server that provides AI assistants with AST-level, structured access to Elixir codebases. It enables code analysis, semantic search, module and function discovery, and git/PR attribution for deeper contextual understanding. CICADA supports multiple editors and offers features like dependency mapping, dead-code detection, and local indexing with strong privacy guarantees.
- ⭐ 11
- MCP
- wende/cicada