michel

simon-hv/michel
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server giving any coding agent semantic search over your repo, so they stop blind-grepping. Runs fully local: ONNX embeddings, tree-sitter symbol chunking, native Qdrant (no Docker), watchdog re-index on save.
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": {
    "michel": {
      "command": "uvx",
      "args": [
        "michel"
      ]
    }
  }
}

Or install with pip: pip install michel