Halfrost-Field (MCP Server)

GitHub

โœ๐Ÿป Source Code Deep Dives, System Design & Engineering Blogs | Halfrost-Field ๅ†ฐ้œœไน‹ๅœฐ๏ผšๆบ็ ่งฃๆžใ€็ณป็ปŸ่ฎพ่ฎกไธŽๅทฅ็จ‹ๅฎž่ทต็ฌ”่ฎฐ

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Halfrost-Field": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Halfrost-Field"
      ]
    }
  }
}