Authentik MCP Server for Windsurf
io.github.samik081/mcp-authentik
Manage Authentik through AI assistants
client:Windsurf
transport:stdio
runtime:npm
Install Authentik MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-authentik": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-authentik"
],
"env": {
"AUTHENTIK_URL": "<AUTHENTIK_URL>",
"AUTHENTIK_TOKEN": "<AUTHENTIK_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs