Demo-mcp-remote-server

bhuvpal/Demo-mcp-remote-server
★ 0 stars Python Code/Dev Tools Updated 1d ago
This is just for testing remote mcp server repo
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": {
    "demo-mcp-remote-serv": {
      "command": "uvx",
      "args": [
        "demo-mcp-remote-server"
      ]
    }
  }
}

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