Add Syndu to Claude Code with one hosted MCP entry
Create the workspace MCP credential in your Syndu workspace Access Dashboard first, then run this in the shell where you use Claude Code. The same workspace key keeps Claude Code inside access your workspace owns across retries, restarts, and future sessions until you rotate it.
export SYNDU_MCP_TOKEN="<create this in Access Dashboard>"
claude mcp add --transport http syndu https://syndu.com/mcp \
--header "Authorization: Bearer ${SYNDU_MCP_TOKEN}"