searcher

hyun0705/searcher
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
LSP-backed MCP server for code navigation, semantic refactoring, and per-workspace memory
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "searcher": {
      "command": "npx",
      "args": [
        "-y",
        "hyun0705/searcher"
      ]
    }
  }
}

README Excerpt

LSP-based MCP server with built-in stability and security. See `DESIGN.md` for the full design document and `docs/STATUS.md` for current build status. The fastest path. Image is published per release at `ghcr.io/hyun0705/searcher`. ```bash docker pull ghcr.io/hyun0705/searcher:0.2.0 cp .env.example .env