SampleMcpServer

virex-84/SampleMcpServer
★ 7 stars C# 🔍 Search Updated 9d ago
Mcp server with local RAG on pdf and word documents and web search
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": {
    "samplemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "virex-84/SampleMcpServer"
      ]
    }
  }
}