leann-dotnet

d-german/leann-dotnet
★ 2 stars C# 🤖 AI/LLM Updated today
LEANN .NET — A native .NET 10 MCP server for semantic code search. Chunks source repositories, computes embeddings via ONNX (GPU-accelerated), and serves results over the Model Context Protocol. Designed as a drop-in replacement for the Python LEANN pipeline.
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": {
    "leann-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "d-german/leann-dotnet"
      ]
    }
  }
}

README Excerpt

A native .NET 10 MCP server for semantic code search. Chunks source repositories, computes embeddings via ONNX (GPU-accelerated), and serves results over the [Model Context Protocol](https://modelcontextprotocol.io/). > **Ported from [LEANN](https://github.com/yichuan-w/LEANN)** by Yichuan Wang — an innovative Python-based vector

Tools (4)

LEANN_DATA_ROOTLEANN_FORCE_CPULEANN_MODELLEANN_MODEL_DIR