En

Aerith Admin MCP

A local RBAC dashboard server that provides structured workflows and permission management for the Cursor IDE.

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: Aerith Admin MCP.
It is used for: A local RBAC dashboard server that provides structured workflows and permission management for the Cursor IDE.
Details: https://321skill.com/en/skills/aerith-admin-mcp/

This Skill addresses the lack of fine-grained permission control and structured workflow management when development teams integrate AI coding assistants. In real-world development, multi-person collaboration is common, but directly sharing AI tools can lead to permission confusion, increased code security risks, and difficulties in breaking down and tracking complex development tasks.

Usage is straightforward: simply run the Aerith Admin MCP server locally and configure the connection in Cursor IDE. You can then use the server's dashboard to assign roles (e.g., Developer, Reviewer, Administrator) to different team members and define structured workflows (e.g., code review, branch merging, automated testing). This allows you to enjoy AI-assisted coding while ensuring operational compliance and process control.

It is particularly suitable for small to medium-sized teams or individual developers who require strict control over development processes and permissions. This is especially relevant for those already using Cursor IDE for efficient coding but who want to introduce enterprise-grade RBAC (Role-Based Access Control) to standardize AI tool usage, prevent sensitive information leaks, or manage complex project tasks.

It is recommended to configure this tool uniformly at the start of a team project or when introducing a new AI coding tool. Note that it primarily runs as a local middleware server, requiring team members to use a compatible IDE (like Cursor) and connect to the service. Its functionality is deeply dependent on the rules and workflow templates defined on the server side.

Key Features

Unlike generic MCP servers, it is deeply integrated with Cursor IDE and includes a complete RBAC dashboard, allowing administrators to directly configure user roles, permissions, and structured workflows through a visual interface, rather than just providing API endpoints.

Limitations

Requires running a local Node.js service and depends on MCP client support in Cursor IDE. It is currently primarily optimized for the Cursor ecosystem.

FAQ

Which IDEs does Aerith Admin MCP support?

It is primarily deeply integrated with Cursor IDE. Other IDEs supporting the MCP protocol can theoretically connect, but the feature experience may not be as complete as in Cursor.

Does it require an additional database?

It typically uses local files or a lightweight database (e.g., SQLite) to store configuration and state, eliminating the need for complex external database deployment.