testing-remote-mcp-server

Abhayagrawal18/testing-remote-mcp-server
★ 0 stars Python Code/Dev Tools Updated 11d ago
the testing of remote mcp server
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": {
    "testing-remote-mcp-s": {
      "command": "uvx",
      "args": [
        "testing-remote-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install testing-remote-mcp-server