S08-E01-MCP-Server

binarythistle/S08-E01-MCP-Server
★ 9 stars C# 💻 Code/Dev Tools Updated 7d ago
This is the companion code for Season 8 Episode 1
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": {
    "s08-e01-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "binarythistle/S08-E01-MCP-Server"
      ]
    }
  }
}