VJ Knowledge Hub

Connect Claude to the VJ Knowledge Hub

Ask Claude about Farvision & VJ and get governed, sourced answers. One-time setup, about a minute. Sign in with your @javdekars.com account — access is read-only.

The connection link

https://mcp.vjerp.com/mcp

You'll paste this into Claude's connector settings (steps below).

In Claude (web or desktop app)

Already added by your team?
Open Settings → Connectors, find VJ Knowledge Hub, click Connect, and sign in with your @javdekars.com Google account. Done.

Otherwise, add it yourself:

  1. Open Settings → Connectors (in claude.ai: your initials, bottom-left → Settings).
  2. Click Add custom connector.
  3. Name it VJ Knowledge Hub and paste the link above as the URL.
  4. Click Add, then Connect — a Google sign-in opens. Use your @javdekars.com account.
  5. Open a new chat — the knowledge tools are ready. Try: “How does GST hold/release work in Farvision?”

In Claude Code (terminal)

Run once, then type /mcpAuthenticate:

claude mcp add --transport http vj-operations-mcp https://mcp.vjerp.com/mcp
Prefer a project file?

Save this as .mcp.json in your project folder:

{
  "mcpServers": {
    "vj-operations-mcp": {
      "type": "http",
      "url": "https://mcp.vjerp.com/mcp"
    }
  }
}