How do I connect the SaSame MCP to Claude Code?
Terminal-based installation, verification and removal guidance for Claude Code.
- Collection
- documentation
- Updated
- 2026-07-30
- min read
- 2
- Version
- v1
Run one Claude Code MCP command for the SaSame HTTP endpoint, confirm the server appears in the MCP list and call start_here from a Claude Code session.
Add the server
Run:
claude mcp add --transport http sasame https://live-vps.sasame.online/public-mcpThe command registers the keyless remote Streamable HTTP endpoint under the name sasame.
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
Ask Claude Code to call start_here. Confirm that the returned machine map names the public SaSame surface. Tool listing alone proves discovery, not that a real call completed.
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
1- 01
claude mcp add --transport http sasame https://live-vps.sasame.online/public-mcp