Skip to content

Set Up Claude

Connecting Claude to StoryVault takes just a few minutes. You need an API key from StoryVault and a small configuration change in Claude Desktop.

Section titled “Option 1: Claude Desktop with API Key (Recommended)”
  1. Create an API key

    In StoryVault, navigate to Admin → API Keys and click “Create New Key”.

    Give it a name — for example “Claude Desktop”. Optionally set an expiry date. Click “Create”.

    The key is shown only once. Copy it immediately. It always starts with sv_.

  2. Open the configuration file

    Open Claude Desktop. Go to Settings → Developer → Edit Config.

    Alternatively, open the file directly:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Add the StoryVault connection

    Add the following entry to the configuration file:

    {
    "mcpServers": {
    "storyvault": {
    "url": "https://app.storyvault.eu/mcp/sse",
    "headers": {
    "Authorization": "Bearer sv_YOUR_KEY_HERE"
    }
    }
    }
    }

    Replace sv_YOUR_KEY_HERE with the copied API key.

    If the file already contains other MCP servers, add the "storyvault" entry inside the existing "mcpServers" object.

  4. Restart Claude Desktop

    Close Claude Desktop completely and reopen it. The StoryVault icon should appear in the toolbar — the connection is active.

  5. Ask your first question

    Test the connection with a concrete question:

    • “Show me my latest sessions.”
    • “What projects exist in StoryVault?”
    • “Read me the transcript from the last team meeting.”

    Claude retrieves data live from StoryVault and responds based on your actual content.

Option 2: Claude Desktop with OAuth (Automatic Login)

Section titled “Option 2: Claude Desktop with OAuth (Automatic Login)”

If you prefer not to use an API key, you can use the OAuth option:

  1. Enter the StoryVault URL

    In the configuration file, enter only the URL — no headers:

    {
    "mcpServers": {
    "storyvault": {
    "url": "https://app.storyvault.eu/mcp/sse"
    }
    }
    }
  2. Restart Claude Desktop

    On the next start, Claude automatically opens a login dialog. Sign in with your StoryVault credentials.

  3. Done

    The connection is established automatically. The login token is valid for 24 hours.

  1. Open Integrations

    On claude.aiSettings → Integrations → Add Integration.

  2. Enter the URL

    Enter: https://app.storyvault.eu/mcp/sse

  3. Log in

    Claude automatically opens a login dialog. Sign in with your StoryVault credentials.

  4. Get started

    The integration is active. You can access StoryVault data in any chat.

ProblemSolution
StoryVault icon doesn’t appearQuit Claude Desktop completely (don’t just minimize) and restart
”Unauthorized” errorCheck the API key — is it copied correctly? Does it start with sv_?
No data visibleCheck whether the API module is activated for your organization
Connection dropsCheck your internet connection. The MCP server must be reachable
OAuth login doesn’t appearMake sure there are no Authorization headers in the config

Under Admin → API Keys you can:

  • View existing keys (name, creation date, last used)
  • Revoke keys — access is blocked immediately
  • Create new keys with an optional expiry date

The key value itself is only shown at creation and cannot be retrieved later. If you lose a key, simply create a new one and revoke the old one.


This page corresponds to the onboarding video “Module 9, Lesson 9.2 — Connect Claude Desktop”.