SaSameKnowledge
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-07-30
min read
2
Version
v1
Verified summary

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.

01

Add the server

Run:

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

The command registers the keyless remote Streamable HTTP endpoint under the name sasame.

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

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.

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

1
  1. 01

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

RF

References

3