@adminforth/mcp
v1.0.4
Published
Expose AdminForth APIs as an authenticated MCP server
Readme
AdminForth MCP
@adminforth/mcp exposes the AdminForth API tool surface as an authenticated remote MCP server. Each MCP auth secret belongs to one AdminForth user, so resource permissions and hooks are preserved.
The server identifies itself to agents using the configured AdminForth brandName. An optional adminPanelOrigin can distinguish deployments further; the plugin combines it with the AdminForth baseUrl.
Security: an MCP auth secret carries the full permissions of the user who created it. An agent holding it can do everything that user can do in the admin panel, including destructive actions and changes to that user's security settings. Issue one secret per agent, treat it like a password, and revoke it as soon as the agent or its machine is compromised.
Install with:
pnpm add @adminforth/mcpSee the AdminForth MCP documentation for the auth secret table and plugin configuration.
