RS01-MCP-Servers

rameshnewdev/RS01-MCP-Servers
★ 0 stars Unknown language Other Updated 5d ago
This repo is all about utilizing existing MCP servers and creating custom MCP Servers
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": {
    "rs01-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "rameshnewdev/RS01-MCP-Servers"
      ]
    }
  }
}