summerrs-admin

ouywm/summerrs-admin
★ 8 stars Rust 🔒 Security Updated 2d ago
Full-stack admin system in Rust featuring JWT/RBAC auth, database sharding, multi-tenancy, AI gateway, MCP server and Socket.IO.
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": {
    "summerrs-admin": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "summerrs-admin"
      ]
    }
  }
}