SaSameFor people and AI systems
publisheddocumentationhowto

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
Verified summary

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.

01

Add the server

Public, keyless:

claude mcp add --transport http sasame-public https://live-vps.sasame.online/public-mcp

Knowledge, keyless:

claude mcp add --transport http sasame-knowledge https://srl-sasame.com/api/mcp

Authenticated account:

claude mcp add --transport http sasame-account https://live-sasame.sasame.online/mcp

The 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.

02

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.

03

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.

04

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.

05

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.

EX

Examples

3
  1. 01

    claude mcp add --transport http sasame-public https://live-vps.sasame.online/public-mcp

  2. 02

    claude mcp add --transport http sasame-knowledge https://srl-sasame.com/api/mcp

  3. 03

    claude mcp add --transport http sasame-account https://live-sasame.sasame.online/mcp

RF

References

3