mcp-test-server

lo-han/mcp-test-server
★ 1 stars Unknown language Code/Dev Tools Updated today
Turn a feature spec into a generated Go MCP server whose tools are executable test scenario
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-test-server": {
      "command": "npx",
      "args": [
        "-y",
        "lo-han/mcp-test-server"
      ]
    }
  }
}