mcp-server-template

weiting-tw/mcp-server-template
★ 0 stars Dockerfile DevOps Updated today
MCP server 發佈範本:PyPI(OIDC 免token) + GHCR/Docker Hub 多架構 image 自動發佈
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": {
    "mcp-server-template": {
      "command": "npx",
      "args": [
        "-y",
        "weiting-tw/mcp-server-template"
      ]
    }
  }
}