olderwang-mcps

userjackcall/olderwang-mcps
★ 0 stars TypeScript Code/Dev Tools Updated 13d ago
Olderwang custom MCP servers for OpenCode
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "olderwang-mcps": {
      "command": "npx",
      "args": [
        "-y",
        "userjackcall/olderwang-mcps"
      ]
    }
  }
}

README Excerpt

老王自製的 OpenCode MCP 伺服器集合。 ```powershell git clone https://github.com/userjackcall/olderwang-mcps.git cd olderwang-mcps .\install.ps1 .\install.ps1 -SkipGas # 只裝 agnes-image .\install.ps1 -SkipAgnes # 只裝 gas-mcp ``` 安裝腳本會: 1. 檢查 Python / Node.js 是否已安裝 2. 自動安裝各 MCP 所需套件 3. 顯示需要手動貼到 `opencode.jsonc` 的設定內容