Skip to content

Connect Claude Code

Prerequisites

  • Claude Code CLI installed (npm install -g @anthropic-ai/claude-code)
  • A Wicket member key — see the Quickstart if you don’t have one yet

Configuration

Run once to register the server:

Terminal window
claude mcp add --transport http \
--header "Authorization: Bearer <your-member-key>" \
wicket \
https://mcp.wicket.sh/mcp

This writes to ~/.claude.json under mcpServers.

Verify

Start Claude Code in any directory and ask:

> List my GitHub repositories.

The tool call routes through Wicket. Check the Audit tab in the Wicket dashboard to confirm the decision.

Troubleshooting

SymptomLikely cause
Server not listed in /mcpRegistration failed — re-run claude mcp add
401 UnauthorizedWrong or expired member key — regenerate in Wicket
403 ForbiddenAgent disabled or member not approved
Tool call blockedPolicy deny — check the Audit tab for matched rule