Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt

Use this file to discover all available pages before exploring further.

Cline stores MCP server settings in cline_mcp_settings.json.

Config location

In Cline:
  1. Click the MCP Servers icon.
  2. Open the Configure tab.
  3. Click Configure MCP Servers.
This opens cline_mcp_settings.json.

Config

Add the versuno server under mcpServers:
{
  "mcpServers": {
    "versuno": {
      "command": "npx",
      "args": ["-y", "versuno-mcp"],
      "env": {
        "VERSUNO_API_KEY": "uk_live_xxx"
      }
    }
  }
}

Reloading

After saving, restart the server from the MCP Servers panel (or restart Cline).

Using it

In chat, ask Cline to use Versuno tools naturally:
“Search my Versuno assets for onboarding instructions and load the best match.”
Cline can ask for approval before MCP tool calls. Keep approvals enabled. See Security.

Troubleshooting

Open the MCP Servers panel to inspect server status and errors. For common issues (invalid keys, missing tools, timeouts), see Troubleshooting.