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:

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"]
}
}
}