rosetta-mcp

AntorFr/rosetta-mcp
★ 0 stars Python Security Updated today
Rosetta — modular MCP hub: thin read-only MCP servers (addons) behind one endpoint and one OIDC auth
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": {
    "rosetta-mcp": {
      "command": "uvx",
      "args": [
        "rosetta-mcp"
      ]
    }
  }
}

Or install with pip: pip install rosetta-mcp