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