Connect from Claude Code

Quick setup (for experienced users)
claude mcp add --transport http exp-prod https://mcp.exp-prod.info/mcp \
  --header "Authorization: Bearer <your-personal-token>"

Get your personal token from your account page.

What is Claude Code?

Claude Code is a command-line tool that lets Claude work alongside you in your terminal. MCP servers extend what Claude Code can do — this server gives Claude Code access to your engineering documents and tools.

Prerequisites

Claude Code installed and working. See Anthropic's Claude Code docs for installation.

Get your personal token

Go to your account page and copy your personal token. It starts with exp-prod-. Keep it somewhere safe — treat it like a password.

Run this command

In your terminal, run:

claude mcp add --transport http exp-prod https://mcp.exp-prod.info/mcp \
  --header "Authorization: Bearer exp-prod-your-token-here"

Replace exp-prod-your-token-here with your actual token.

What each part means: --transport http connects over HTTPS. exp-prod is the name Claude Code will use for this server. The URL is where the server lives. The header is how you authenticate.

Verify your connection

Run claude mcp list to confirm exp-prod appears. Then go to Verify your connection.

Security: Your personal token is stored in your local Claude Code config. Never paste it into a shared document, Slack message, or git repository. If it's ever exposed, go to your account page and rotate it immediately.