Best for
- Developers already using Varlock to manage .env files who want their AI assistant to reference official documentation
- Teams needing details on @env-spec syntax, CLI commands, or plugin configuration
This is Varlock's own officially hosted documentation-retrieval MCP server, offered over HTTP and SSE remote endpoints, suited for developers who want an AI assistant to accurately answer questions about Varlock usage — but the README provides no specific tool list or config example, and it does not touch local files or secrets.
Varlock is an "AI-safe" .env file manager: it uses a .env.schema as the single source of truth, giving variables types, validation, multi-environment loading, and secure secret retrieval via plugins (1Password, Infisical, AWS, Azure, GCP, HCP Vault, and more), alongside proactive leak scanning (varlock scan) and runtime log redaction. The repository's README lists, under "MCP Servers," two officially hosted documentation MCP servers maintained by dmno-dev (Varlock's own developers): Varlock Docs (HTTP) at https://docs.mcp.varlock.dev/mcp, and Varlock Docs (SSE) at https://docs.mcp.varlock.dev/sse. These let MCP-capable AI clients retrieve Varlock's documentation to answer questions about .env.schema syntax, CLI commands, and plugin configuration more accurately. The README does not enumerate specific tools exposed by the server or provide a client config JSON example; full setup instructions are linked to https://varlock.dev/guides/mcp/docs-mcp/, which is not included in the provided source material.
The README only provides the two deployed MCP endpoint URLs (HTTP: https://docs.mcp.varlock.dev/mcp, SSE: https://docs.mcp.varlock.dev/sse) and points to https://varlock.dev/guides/mcp/docs-mcp/ for the full installation guide; that guide's content is not part of the supplied source material, so no reliable step-by-step instructions can be given here. Generally, clients that support remote MCP servers need the corresponding URL and transport (streamable-http or sse) added to their MCP configuration.