MCP Directory
Back

ElBruno.ModelContextProtocol

by elbruno · C# · ★ 8

Semantic routing for MCP tools - .NET library that indexes MCP tool definitions and returns the most relevant tools via vector search

#ai#csharp#dotnet#embeddings#llm#mcp#mcp-tools#model-context-protocol#nuget#semantic-search#tool-routing#vector-search

Install

git clone https://github.com/elbruno/ElBruno.ModelContextProtocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "elbruno-modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:elbruno/ElBruno.ModelContextProtocol"
      ]
    }
  }
}

From the README

[](https://github.com/elbruno/ElBruno.ModelContextProtocol/actions/workflows/build.yml) [](https://github.com/elbruno/ElBruno.ModelContextProtocol/actions/workflows/publish.yml) [](https://opensource.org/licenses/MIT) [](https://github.com/elbruno/ElBruno.ModelContextProtocol) ElBruno.ModelContextProtocol is a .NET library that makes it easy to find the right tools from Model Context Protocol (MCP) tool definitions. It uses semantic search powered by local embeddings to route prompts to the most relevant tools, enabling intelligent tool selection without external API calls. **By routing promp…
Read full README on GitHub →

Related ai & ml servers