mcp-server-showcase

techspec-nl/mcp-server-showcase
★ 0 stars Unknown language Security Updated 1d ago
Short demo MCP: multi-tenant isolation and auth
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-showcase": {
      "command": "npx",
      "args": [
        "-y",
        "techspec-nl/mcp-server-showcase"
      ]
    }
  }
}