McpServerManager

sharpninja/McpServerManager
★ 2 stars C# 🤖 AI/LLM Updated 9d ago
Avalonia desktop app for tracking and inspecting request/session logs with AI assistant
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": {
    "mcpservermanager": {
      "command": "npx",
      "args": [
        "-y",
        "sharpninja/McpServerManager"
      ]
    }
  }
}