SolutionServer-MCP

KyleC69/SolutionServer-MCP
★ 0 stars C# 🔍 Search Updated today
Solution Server is an MCP Server that provides several functions that makes traversing and searching a repo quick and efficient saving precious token costs.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "solutionserver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "KyleC69/SolutionServer-MCP"
      ]
    }
  }
}