Serversio.github.Samik081/mcp-authentik
A

Authentik MCP Server

io.github.Samik081/mcp-authentik · v0.6.0
▦ npm
v0.6.0npm npm: @samik081/mcp-authentik↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Samik081/mcp-authentik",
  "description": "Manage Authentik through AI assistants",
  "title": "Authentik MCP Server",
  "repository": {
    "url": "https://github.com/Samik081/mcp-authentik",
    "source": "github"
  },
  "version": "0.6.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@samik081/mcp-authentik",
      "version": "0.6.0",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the Authentik instance (e.g. https://auth.example.com)",
          "isRequired": true,
          "name": "AUTHENTIK_URL"
        },
        {
          "description": "Authentik API token",
          "isRequired": true,
          "isSecret": true,
          "name": "AUTHENTIK_TOKEN"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/samik081/mcp-authentik:0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the Authentik instance (e.g. https://auth.example.com)",
          "isRequired": true,
          "name": "AUTHENTIK_URL"
        },
        {
          "description": "Authentik API token",
          "isRequired": true,
          "isSecret": true,
          "name": "AUTHENTIK_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}