How do I connect the SaSame MCP to Claude Code?
Terminal-based installation, verification and removal guidance for Claude Code.
- Collection
- documentation
- Updated
- 2026-08-24
- min read
- 3
Register either the public or authenticated Streamable HTTP endpoint, confirm it in the MCP list, complete OAuth when required and verify a real tool call.
Add the server
Public, keyless:
claude mcp add --transport http sasame-public https://live-vps.sasame.online/public-mcpKnowledge, keyless:
claude mcp add --transport http sasame-knowledge https://srl-sasame.com/api/mcpAuthenticated account:
claude mcp add --transport http sasame-account https://live-sasame.sasame.online/mcpThe authenticated server uses the client OAuth flow. Complete Continue with Google in Account Control, select the intended organization and approve consent when Claude Code opens the authorization flow.
Confirm registration
Run claude mcp list and confirm that sasame appears with the expected URL. Start or restart the Claude Code session if the active session does not refresh its MCP list automatically.
Verify a real tool call
For sasame-public, call start_here. For sasame-account, call session_info and account_status; verify the returned organization. Tool listing alone proves discovery, not a completed OAuth exchange or successful tool call.
Troubleshoot or remove
If the server is absent, rerun the command and inspect the CLI error without adding credentials. If a stale entry uses another URL, remove or replace that entry through the current Claude Code MCP management commands, then verify again. Never point this configuration at the private Owner MCP host.
Scope boundary
The command adds a client configuration only. It does not modify the current repository, create an SaSame account or authorize mutating Owner tools.
Examples
3- 01
claude mcp add --transport http sasame-public https://live-vps.sasame.online/public-mcp
- 02
claude mcp add --transport http sasame-knowledge https://srl-sasame.com/api/mcp
- 03
claude mcp add --transport http sasame-account https://live-sasame.sasame.online/mcp