Senso
Sign inSign up

How do I set up the MCP server?

For Claude Code, Cursor or any agent with a shell, register it with your API key. The --scope user flag makes it available in every project rather than just the current one:

bash
claude mcp add --transport http --scope user senso https://apiv2.senso.ai/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"