Skip to content

Docs MCP

We also have a MCP server that allows you to search the Varlock docs. Yes, this getting a bit meta.

The MCP server is available at:

Clients that auto-discover MCP servers can read the server card at /.well-known/mcp/server-card.json (also served at /.well-known/mcp.json). No authentication is required.

See below for tool-specific setup instructions.

Click below to install the MCP server in Cursor:

Install MCP Server

Or add the following to your .cursor/mcp-servers.json file:

~/.cursor/mcp.json
{
"mcpServers": {
"varlock-docs-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://docs.mcp.varlock.dev/mcp"]
}
}
}