Authentik MCP Server for Zed
io.github.samik081/mcp-authentik
Manage Authentik through AI assistants
client:Zed
transport:stdio
runtime:npm
Install Authentik MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-authentik": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-authentik"
],
"env": {
"AUTHENTIK_URL": "<AUTHENTIK_URL>",
"AUTHENTIK_TOKEN": "<AUTHENTIK_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs