Secure, read-only MCP access to Active Directory for AI agents and automation.
2.7K
A read-only MCP server for Enterprise Active Directory. Agents, service desk tools, and automations look up users, groups, memberships, objects, and schema metadata through a fixed set of bounded tools. Writing to Active Directory is not possible by design: this server has no write tools at all.
The server speaks MCP protocol 2026-07-28 only: stateless, no initialize
handshake, no session ID, over streamable HTTP or stdio. Older protocol
versions are rejected.
docker pull synitio/ad-mcp:latest
The container expects an HCL configuration mounted read-only, with the AD bind
password and cursor secret passed as environment variables. For a local stdio
setup, an MCP client launches the container with -i:
docker run --rm -i -v ./admcp.hcl:/etc/adproxy/admcp.hcl:ro \
synitio/ad-mcp:latest -config /etc/adproxy/admcp.hcl
Never publish a stdio server port. For streamable HTTP, use bearer-token authentication with TLS directly or behind a trusted reverse proxy. Setup details: getting started.
The tool surface is selectable per deployment: standard exposes all tools
for large models, local reduces tools and page size for small local models.
The deduplicated-v1 response profile trims repeated identity fields for
small context windows. A tested agent persona for this server is documented as
an example AGENTS.md.
Linux images for amd64, arm64, and arm/v7. Use a pinned version tag and
record the image digest for reproducible deployments; latest is a moving tag.
Reviewed or automated AD changes go through the separate control plane,
synitio/ad-proxy, with its
plan/apply/verify workflow.
Internal use, including production, is free of charge under the product license. External hosting, managed-service, reseller, and other commercial-service use requires prior written permission. Details: license and use.
Questions or a read-only pilot: synit.io/kontakt
Content type
Image
Digest
sha256:cc6d38b74…
Size
5.4 MB
Last updated
22 days ago
docker pull synitio/ad-mcp