← Back to Support Center

Configure Claude for Tellagen Diagnosis

Add the Tellagen MCP server to Claude Code and check its tools from Tellagen.

GuideLast verified Open Markdown version

Before you start

Intended audience

Responders who use Claude Code for local incident investigations.

Required permissions

You need a Tellagen API key with the Local Diagnosis preset. The API key owner needs an active responder seat.

Prerequisites

Procedure

Configure the client

  1. Step 1 of 7

    Select Claude

    Open Settings. The Settings navigation label is Local investigation tools. The page heading is AI diagnostics. Select Claude.

  2. Step 2 of 7

    Copy the install command

    Find the Tellagen MCP card. Select Copy.

    Local investigation tools page with Claude selected and the Tellagen MCP install command.
    Use the command shown for Claude, then check the installed tools. Open full-size image(opens in a new tab)
  3. Step 3 of 7

    Add the MCP server

    Run claude mcp add with the copied environment values and stdio command. Claude stores the server configuration.

    Claude command with safe placeholders

    shell
    claude mcp add tellagen \
      --transport stdio \
      --env TELLAGEN_API_KEY=tllg_YOUR_TOKEN \
      --env TELLAGEN_API_URL=https://YOUR_WORKSPACE.api.tellagen.com \
      --env TELLAGEN_MCP_CLIENT=claude \
      -- npx -y @tellagen/mcp-server@latest
  4. Step 4 of 7

    Add required provider tools

    Install only the provider tools that the incident needs. Keep provider credentials in Claude.

Verify access

  1. Step 5 of 7

    Review the Claude server

    Run claude mcp list. Run claude mcp get tellagen to inspect its configuration.

    Local configuration checks

    shell
    claude mcp list
    claude mcp get tellagen
  2. Step 6 of 7

    Check the tools

    In Tellagen, select Check MCP tools. Paste the prompt into Claude.

  3. Step 7 of 7

    Review the result

    Return to Tellagen. Make sure that required tool cards show INSTALLED and ACCESS OK.

You are done when…

Claude Code can discover the Tellagen MCP server and its allowed incident tools.

Troubleshooting

Claude cannot find the Tellagen MCP server.

Re-copy the Claude command from Local investigation tools and confirm the local MCP configuration was saved.

The tool check reports a missing provider.

Install the required provider MCP tool from the MCP tool gallery, add its local credential, and check again.

claude mcp list does not show Tellagen.

Run the copied claude mcp add command again. Then inspect it with claude mcp get tellagen. Existing incident work stays in Tellagen. If the server is still absent, ask the local client administrator to inspect the Claude configuration.

Tellagen shows ACCESS denied.

Replace the local token with a Local Diagnosis key. Do not remove the saved investigation. If access still fails, ask a workspace manager to review the key scopes.

Related articles

External setup references