mcp-server-test

calebaholtz/mcp-server-test
★ 0 stars Unknown language API Integration Updated 1mo ago
Test repository to verify GitHub MCP server installation
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-test": {
      "command": "npx",
      "args": [
        "-y",
        "calebaholtz/mcp-server-test"
      ]
    }
  }
}