mcp-lucene-server

loplex/mcp-lucene-server
★ 0 stars Kotlin AI/LLM Updated today
A high-performance Model Context Protocol (MCP) server for codebase search, backed by Apache Lucene for full-text and Tree-sitter for AST structural analysis. Written in Kotlin.
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": {
    "mcp-lucene-server": {
      "command": "npx",
      "args": [
        "-y",
        "loplex/mcp-lucene-server"
      ]
    }
  }
}

README Excerpt

A standalone MCP (Model Context Protocol) server, written in Kotlin, that gives an AI coding agent fast, accurate code-search tools over any project — backed by a persistent Apache Lucene index for fulltext search and tree-sitter for AST-aware structural search. It's meant to replace an agent's built-in grep/glob/read-file tools for a target codebase.

Tools (1)

search_code

Topics

ai-agentcode-searchkotlinllm-toolslucenemcpmodel-context-protocoltree-sitter