How do I connect SaSame to an AI client?
A client-specific installation hub for the keyless SaSame public MCP endpoint.
- Collection
- documentation
- Updated
- 2026-07-30
- min read
- 3
- Version
- v1
Choose the guide for ChatGPT, Claude, Claude Code or another Streamable HTTP MCP client, add the public SaSame endpoint, then verify the connection by calling start_here.
In this collection
4Choose the matching client
Use the ChatGPT guide for a custom MCP app, the Claude guide for a remote custom connector, the Claude Code guide for the CLI command, or the generic guide when a client accepts a Streamable HTTP server definition. Client plan, workspace and administrator permissions remain controlled by the client provider.
Use the public endpoint
The public endpoint is https://live-vps.sasame.online/public-mcp. It requires no SaSame account or API key and exposes the bounded public Factory tool surface. Do not substitute the private Owner MCP host: that surface is intentionally access-controlled.
Verify the first call
After the client refreshes its tools, call start_here. A successful response returns the SaSame machine map and shortest paths. A useful second call is audit_mcp with a public MCP URL. Merely saving a connector is not proof that tools were discovered or invoked.
Troubleshoot safely
If tool discovery fails, confirm the exact HTTPS endpoint, supported Streamable HTTP transport, client plan or workspace permission, and whether an administrator disabled custom connectors. Do not paste credentials into the public endpoint configuration. Record the client, time and error before retrying.
Examples
2- 01
A ChatGPT workspace member creates a custom MCP app, scans tools and verifies start_here in a new chat.
- 02
A Claude Code user runs the documented command, checks
claude mcp listand then calls start_here.