authentik-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTHENTIK_URL | Yes | The URL of your Authentik instance (e.g., https://auth.example.com) | |
| AUTHENTIK_TOKEN | Yes | Your Authentik API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| authentik_versionA | Get the Authentik MCP server version and service status. |
| authentik_adminB | Admin-only Authentik operations: settings, system, version, files, admin authenticator devices. Call with operation="help" to list all available admin operations. Otherwise pass the operation name and a JSON object with parameters. Example: authentik_admin(operation="GetSystemInfo") |
| authentik_deleteA | Delete Authentik resources (destructive, irreversible). Call with operation="help" to list all available delete operations. Otherwise pass the operation name and a JSON object with parameters. Example: authentik_delete(operation="DeleteUser", params={"id": 1}) |
| authentik_flows_readA | Query Authentik auth pipeline config: flows, stages, policies, sources, events (safe, read-only). Call with operation="help" to list all available operations. Otherwise pass the operation name and a JSON object with parameters. Example: authentik_flows_read(operation="ListFlows") |
| authentik_flows_writeA | Create or update Authentik auth pipeline config: flows, stages, policies, sources (non-destructive). Call with operation="help" to list all available operations. Otherwise pass the operation name and a JSON object with parameters. Example: authentik_flows_write(operation="CreateFlow", params={"name": "my-flow", "slug": "my-flow", "designation": "authorization"}) |
| authentik_readA | Query Authentik data (safe, read-only). Policy bindings (app/flow access gates) are in authentik_flows_read. Call with operation="help" to list all available read operations. Otherwise pass the operation name and a JSON object with parameters. Example: authentik_read(operation="ListUsers", params={"search": "admin"}) |
| authentik_writeA | Create or update Authentik resources (non-destructive). Application/flow access gating (policy bindings) is in authentik_flows_write. Call with operation="help" to list all available write operations. Otherwise pass the operation name and a JSON object with parameters. Example: authentik_write(operation="CreateUser", params={"username": "alice", "name": "Alice"}) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikitatsym/authentik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server