mcp-servers

lordbasilaiassistant-sudo/mcp-servers
★ 1 stars TypeScript 🤖 AI/LLM Updated 16d ago
Thryx MCP server monorepo — 4 packages on npm. Smart contract scanning, multi-wallet treasury, DeFi orchestration, and gas paymaster integration for AI agents on Base.
View on GitHub →

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-servers": {
      "command": "npx",
      "args": [
        "-y",
        "lordbasilaiassistant-sudo/mcp-servers"
      ]
    }
  }
}