LDAP Assistant MCP for Zed
io.github.droideck/ldap-assistant-mcp
MCP server for 389 Directory Server health diagnostics, log analysis, and SOS-report investigation
client:Zed
transport:stdio
runtime:pypi
Install LDAP Assistant MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ldap-assistant-mcp": {
"command": "uvx",
"args": [
"ldap-assistant-mcp"
],
"env": {
"LDAP_SERVERS_CONFIG": "<LDAP_SERVERS_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs